-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·33 lines (33 loc) · 905 Bytes
/
manifest.json
File metadata and controls
executable file
·33 lines (33 loc) · 905 Bytes
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
{
"name": "Commons Tab",
"version": "0.0.3",
"manifest_version": 2,
"description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs",
"homepage_url": "https://github.com/slaporte/commons-tab",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js/jquery/jquery.js",
"js/vegas/vegas.js",
"src/options_custom/lib/store.js",
"js/app.js",
"src/bg/background.js"
],
"persistent": true
},
"options_page": "src/options_custom/index.html",
"chrome_url_overrides": {
"newtab": "src/override/override.html"
},
"content_security_policy":"script-src 'self' https://commons.wikimedia.org; object-src 'self'",
"permissions": [
"storage",
"unlimitedStorage",
"https://commons.wikimedia.org/*"
]
}