-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (41 loc) · 1.13 KB
/
manifest.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"manifest_version": 2,
"name": "Deadcode Tools for KDice",
"version": "3.0.2",
"description": "This tools allows you to record/view notes on each player. (www.kdice.com)",
"permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16" : "imgs/icon16.png",
"48" : "imgs/icon48.png",
"128" : "imgs/icon128.png"
},
"background": {
"page": "views/background.html"
},
"content_scripts": [
{
"matches": ["http://www.kdice.com/*", "http://kdice.com/*", "http://kdice.com/*","https://www.kdice.com/*", "https://kdice.com/*", "https://kdice.com/*"],
"js" : [
"libs/jquery.js",
"libs/jquery.highlight.js",
"libs/json.js",
"libs/async.js",
"libs/angular.min.js",
"libs/parse-1.4.2.min.js",
"libs/yax-1.0.3.js",
"dct.js",
"contentscript.js"
]
}
],
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"imgs/skull.jpg",
"views/main.html",
"views/infobox.html",
"libs/angular.min.js.map"
]
}