-
Notifications
You must be signed in to change notification settings - Fork 11
/
manifest.json
27 lines (23 loc) · 928 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
{
"name": "Piez",
"version": "2.4.0",
"manifest_version": 2,
"description" : "Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.",
"icons": { "16": "icons/16x16.png", "19": "icons/19x19.png", "38": "icons/38x38.png", "48": "icons/48x48.png", "128": "icons/128x128.png" },
"permissions": ["storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "<all_urls>"],
"devtools_page": "devtools/devtools.html",
"browser_action": {
"default_icon": {
"19": "icons/19x19.png",
"38": "icons/38x38.png"
},
"default_title": "Piez Configuration",
"default_popup": "browseraction/popup.html"
},
"content_security_policy": "script-src 'self' https://www.google-analytics.com/analytics.js; object-src 'self'",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"incognito" : "spanning"
}