-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.json
44 lines (44 loc) · 1.43 KB
/
meta.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
{
"name": "Bandcamp script (Deluxe Edition)",
"namespace": "https://openuserjs.org/users/cuzi",
"copyright": "2020, cuzi (https://openuserjs.org/users/cuzi)",
"supportURL": "https://github.com/cvzi/Bandcamp-script-deluxe-edition/issues",
"icon": "https://raw.githubusercontent.com/cvzi/Bandcamp-script-deluxe-edition/master/images/icon.png",
"contributionURL": "https://github.com/cvzi/Bandcamp-script-deluxe-edition#donate",
"require": [
"https://unpkg.com/[email protected]/dist/index.min.js",
"https://openuserjs.org/src/libs/cuzi/GeniusLyrics.js",
"https://unpkg.com/react@18/umd/react.development.js",
"https://unpkg.com/react-dom@18/umd/react-dom.development.js",
"https://unpkg.com/[email protected]/libs/lz-string.min.js"
],
"run-at": "document-start",
"match": [
"https://*/*",
"https://bandcamp.com/*"
],
"exclude": [
"https://bandcamp.com/videoframe*",
"https://bandcamp.com/EmbeddedPlayer*"
],
"grant": [
"GM.xmlHttpRequest",
"GM.setValue",
"GM.getValue",
"GM.notification",
"GM_download",
"GM.registerMenuCommand",
"GM_registerMenuCommand",
"GM_addStyle",
"GM_setClipboard",
"unsafeWindow"
],
"connect": [
"bandcamp.com",
"*.bandcamp.com",
"bcbits.com",
"*.bcbits.com",
"genius.com",
"*"
]
}