-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
56 lines (51 loc) · 1.67 KB
/
Copy pathmanifest.json
File metadata and controls
56 lines (51 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"manifest_version": 2,
"name": "Plug-It Extension",
"short_name": "PIE",
"description": "Easily load Plug-It or any script for Plug.dj.",
"version": "1.9.2",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": {
"19": "icon.png"
},
"default_title": "Plug-It Extension",
"default_popup": "popup.html"
},
"content_scripts": [{
"matches": ["*://*.plug.dj/*"],
"exclude_matches": [
"*://*.plug.dj/_/*",
"*://*.plug.dj/@/*",
"*://*.plug.dj/!/*",
"*://*.plug.dj/about",
"*://*.plug.dj/ba",
"*://*.plug.dj/forgot-password",
"*://*.plug.dj/founders",
"*://*.plug.dj/giftsub/*",
"*://*.plug.dj/jobs",
"*://*.plug.dj/legal",
"*://*.plug.dj/merch",
"*://*.plug.dj/partners",
"*://*.plug.dj/plot",
"*://*.plug.dj/privacy",
"*://*.plug.dj/purchase",
"*://*.plug.dj/subscribe",
"*://*.plug.dj/team",
"*://*.plug.dj/terms",
"*://*.plug.dj/press"
],
"js": ["loader.js"],
"run_at": "document_end"
}],
"permissions": ["*://*.plug.dj/*", "storage"],
"icons": {
"19": "icon.png",
"128": "icon128.png"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJfh1R4NU3CjtnmIoYUnKiu+e+gERdkUeOYiRbLWf2rnvI/fFIl8ajKFd39C6WXQ8nrqhjRi572+KSy2S+QVvHRZbK2ZyUjgOZaYzNX5Z+4wLmECxvoMi+EjMl+Cy6ROIqUIar5OdqQhwBLtxrZ9//Wo5qgAuBIqxiMu1Akw+qxzwzHE28ota+vTiIdmB8eXphjrCnaBBcpVeJWYolIPvfF3fDbH3+tRDZRER+sPkthM6/YHQRNhKUjThV80bRREweNzTlnYFz6QdIvObMZnSesBKwcEr3r0oDjR01FQ3Zh6hghwJUyO06W/ZGdpuaKDzAKVhtS+9QNCGGP78ynLowIDAQAB"
}