forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
30 lines (30 loc) · 839 Bytes
/
manifest.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
{
"manifest_version": 2,
"name": "Tower Ghost for Destiny",
"version": "1.6.4",
"description": "Formerly known as DIV. This app allows you to transfer items between profiles, with various filters.",
"icons": {
"16": "www/assets/icon16.png",
"48": "www/assets/icon48.png",
"128": "www/assets/icon128.png"
},
"short_name": "TGD",
"background": {
"scripts": [
"www/js/chrome.js"
]
},
"permissions": [
"storage",
"*://*.bungie.net/*",
"cookies",
"tabs"
],
"browser_action": {
"default_icon": "www/assets/icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://desjs.zamimg.com https://destinydb.com https://ssl.google-analytics.com; object-src 'self'",
"incognito": "split",
"offline_enabled": false,
"options_page": "www/index.html"
}