-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeta.json
More file actions
42 lines (42 loc) · 1.3 KB
/
Copy pathmeta.json
File metadata and controls
42 lines (42 loc) · 1.3 KB
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
{
"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/json5@2.2.3/dist/index.min.js",
"https://openuserjs.org/src/libs/cuzi/GeniusLyrics.js",
"https://unpkg.com/lz-string@1.5.0/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",
"*"
]
}