forked from SchizoDuckie/DuckieTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest-app.json
44 lines (44 loc) · 1.73 KB
/
manifest-app.json
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
{
"manifest_version": 2,
"name": "__MSG_appNameBrowserAction__",
"short_name": "__MSG_appShortNameBrowserAction__",
"description": "__MSG_appDescBrowserAction__",
"default_locale": "en",
"version": "1.1.6",
"offline_enabled": true,
"permissions": [
"http://*/*",
"https://*/*",
"tabs",
"topSites",
"notifications",
"unlimitedStorage"
],
"optional_permissions": [
"storage", "cookies", "http://*/", "https://*/"
],
"background": {
"scripts": [
"js/vendor/CRUD.js",
"js/vendor/CRUD.SqliteAdapter.js",
"js/CRUD.entities.js",
"js/CRUD.background.bootstrap.js",
"js/background.js",
"launch.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https://api.loggr.net https://post.loggr.net 'unsafe-eval' http://localhost:10000 http://localhost:10015 http://localhost:10078 http://localhost:10231 http://localhost:10516 http://localhost:10975 http://localhost:11650 http://localhost:12583 http://localhost:13816 http://localhost:15391 http://localhost:17350 http://localhost:19735 http://localhost:22588 http://localhost:25951 http://localhost:29866 http://localhost:34375 http://localhost:39520 http://localhost:45343 http://localhost:51886 http://localhost:59191; object-src 'self';",
"icons": {
"16": "img/logo/icon16.png",
"32": "img/logo/icon32.png",
"48": "img/logo/icon48.png",
"128": "img/logo/icon128.png",
"256": "img/logo/icon256.png"
},
"browser_action": {
"default_title": "",
"default_icon": "img/logo/icon48.png"
},
"homepage_url": "http://duckie.tv/"
}