-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (29 loc) · 749 Bytes
/
manifest.json
File metadata and controls
37 lines (29 loc) · 749 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
{
"manifest_version": 3,
"name": "ProxyFilterForScanTool",
"description": "Filter web requests to access via proxy",
"version": "0.97",
"icons": {
"48": "icons/proxyfilter.svg",
"96": "icons/proxyfilter.svg"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "patsz.g1owq@gmail.com",
"update_url" : "https://raw.githubusercontent.com/gdgd009xcd/ProxyFilterForScanTool/refs/heads/master/updates.json"
}
},
"background": {
"scripts": [
"background/proxy-handler.js"
]
},
"host_permissions": [
"<all_urls>"
],
"options_ui": {
"page": "options/options.html"
},
"permissions": ["proxy", "storage", "notifications","activeTab"]
}