generated from cvzi/rollup-userscript-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
24 lines (24 loc) · 582 Bytes
/
meta.json
File metadata and controls
24 lines (24 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"namespace": "github.com/taotao7",
"copyright": "2020, cuzi (https://openuserjs.org/users/cuzi)",
"require": [
"http://libs.baidu.com/jquery/1.8.3/jquery.min.js",
"https://cdn.bootcdn.net/ajax/libs/layer/3.1.1/layer.js"
],
"resource": [
"http://cdn.bootcdn.net/ajax/libs/layer/3.1.1/theme/default/layer.css"
],
"match": [
"https://www.google.com.hk/*",
"https://aone.alibaba-inc.com/*"
],
"grant": [
"GM_log",
"GM_listValues",
"GM_getValue",
"Gm_setValue",
"GM_addStyle",
"GM_getResourceText",
"unsafeWindow"
]
}