-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgorilla.json
More file actions
19 lines (19 loc) · 785 Bytes
/
gorilla.json
File metadata and controls
19 lines (19 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "Infinite Craft Helper",
"namespace": "mikarific.com",
"match": ["https://neal.fun/infinite-craft/*"],
"version": "2.1.4",
"author": "Mikarific",
"description": "A script that adds various useful features to Infinite Craft.",
"icon": "https://i.imgur.com/WlkWOkU.png",
"grant": ["GM.getValue", "GM.setValue", "GM.xmlHttpRequest", "unsafeWindow"],
"run-at": "document-end",
"noframes": "",
"inject-into": "page",
"sandbox": "raw",
"connect": "*",
"downloadURL": "https://github.com/Mikarific/InfiniteCraftHelper/raw/main/dist/InfiniteCraftHelper.user.js",
"updateURL": "https://github.com/Mikarific/InfiniteCraftHelper/raw/main/dist/InfiniteCraftHelper.user.js",
"supportURL": "https://discord.gg/NSMut3Wx3Y",
"homepageURL": "https://discord.gg/NSMut3Wx3Y"
}