-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.dev.json
More file actions
38 lines (38 loc) · 971 Bytes
/
manifest.dev.json
File metadata and controls
38 lines (38 loc) · 971 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
34
35
36
37
38
{
"manifest_version": 3,
"name": "Cloudhood (Dev)",
"version": "1.1.9",
"action": {
"default_popup": "popup.html",
"default_icon": {
"38": "img/main-icon-38.png"
},
"default_title": "Modify Outgoing XHR/Fetch Request Headers"
},
"icons": {
"16": "img/main-icon-16.jpg",
"32": "img/main-icon-32.jpg",
"48": "img/main-icon-48.jpg",
"128": "img/main-icon-128.jpg"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"background": {
"service_worker": "background.bundle.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' ws://localhost:3333; img-src 'self' data: blob:; style-src 'self' 'nonce-cloudhood-extension-style-nonce';"
},
"web_accessible_resources": [
{
"resources": ["img/*"],
"matches": ["<all_urls>"]
}
]
}