forked from june07/NiM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
45 lines (45 loc) · 1.64 KB
/
manifest.json
File metadata and controls
45 lines (45 loc) · 1.64 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
{
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "0.12.0",
"default_locale": "en",
"description": "__MSG_appDescription__",
"author": "June07 <667@june07.com> (http://june07.com/)",
"browser_action": {
"default_title": "__MSG_defaultTitle__",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "./icon/icon16.png",
"162": "./icon/icon16@2x.png",
"163": "./icon/icon16@3x.png",
"32": "./icon/icon32.png",
"322": "./icon/icon32@2x.png",
"323": "./icon/icon32@3x.png",
"48": "./icon/icon48.png",
"482": "./icon/icon48@2x.png",
"483": "./icon/icon48@3x.png",
"128": "./icon/icon128.png",
"1282": "./icon/icon128@2x.png",
"1283": "./icon/icon128@3x.png"
},
"permissions": ["*://*/", "storage", "background", "tabs", "identity", "identity.email"],
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://ssl.google-analytics.com https://june07.github.io https://apis.google.com https://button.flattr.com https://www.paypalobjects.com https://apis.google.com; object-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com;",
"commands": {
"open-devtools": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "Command+I"
},
"description": "Open the DevTools Window"
}
}
}