forked from didierfred/SimpleModifyHeaders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 768 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 768 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
{
"description": "Simple Modify headers ",
"manifest_version": 2,
"name": "simple-modify-headers",
"version": "1.7.0",
"homepage_url": "https://github.com/didierfred/SimpleModifyHeaders",
"icons": {
"48": "icons/modify-48.png"
},
"permissions": [
"activeTab",
"storage",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/modify-32.png",
"default_title": "Simple Modify Headers",
"default_popup": "popup/menu.html"
},
"applications": {
"gecko": {
"id": "{f6ca2dfb-43a6-4334-9fad-8d5a71a1fe67}",
"strict_min_version": "42.0"
}
}
}