forked from jae-jae/Userscript-Plus
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathUserJS.json
69 lines (69 loc) · 1.85 KB
/
UserJS.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"version": "7.6.5",
"name": "Magic Userscript+ : Show Site All UserJS",
"description": "Finds available userscripts for the current webpage.",
"author": "Magic <[email protected]>",
"bugs": "https://github.com/magicoflolis/Userscript-Plus/issues",
"homepage": "https://github.com/magicoflolis/Userscript-Plus",
"icon": "./src/img/icon_64.png",
"downloadURL": "https://github.com/magicoflolis/Userscript-Plus/raw/master/dist/magic-userjs.user.js",
"updateURL": "https://github.com/magicoflolis/Userscript-Plus/raw/master/dist/magic-userjs.meta.js",
"license": "MIT",
"build": {
"source": {
"metadata": "./src/UserJS/header.js",
"code": "./src/UserJS/main.js",
"mainCSS": "./src/sass/magicuserjs.scss"
},
"watch": {
"files": ["main.js", "header.js", "_main.scss"],
"dirs": ["src/UserJS", "src/sass"]
},
"paths": {
"fileName": "magic-userjs",
"dir": "./dist",
"i18n": {
"default": "en",
"dir": "../../../src/_locales"
},
"dev": {
"fileName": "magic-userjs.dev",
"dir": "./web-server"
}
}
},
"metadata": {
"compatible": ["chrome", "firefox", "edge", "opera", "safari"],
"connect": [
"greasyfork.org",
"sleazyfork.org",
"github.com",
"githubusercontent.com",
"openuserjs.org"
],
"grant": [
"GM_addElement",
"GM_info",
"GM_getValue",
"GM_openInTab",
"GM_setValue",
"GM_registerMenuCommand",
"GM_xmlhttpRequest",
"GM.addElement",
"GM.info",
"GM.getValue",
"GM.openInTab",
"GM.setValue",
"GM.registerMenuCommand",
"GM.xmlHttpRequest"
],
"exclude": [],
"include": [],
"exclude-match": [],
"match": ["https://*/*"],
"noframes": true,
"resource": {},
"require": [],
"run-at": "document-start"
}
}