-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 852 Bytes
/
Copy pathmanifest.json
File metadata and controls
27 lines (27 loc) · 852 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
{
"name": "Website Security Plugin",
"description": "An accessible and modular security tool.",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "/client/js/background.js"
},
"permissions": ["storage", "activeTab", "scripting", "tabs", "webNavigation", "privacy", "cookies"],
"host_permissions": ["http://*/*", "https://*/*"],
"action": {
"default_title": "Web Browser Security Plugin",
"default_popup": "/client/html/popup.html",
"default_icon": {
"16": "/client/icons/icon16.png",
"32": "/client/icons/icon32.png",
"48": "/client/icons/icon48.png",
"128": "/client/icons/icon128.png"
}
},
"icons": {
"16": "/client/icons/icon16.png",
"32": "/client/icons/icon32.png",
"48": "/client/icons/icon48.png",
"128": "/client/icons/icon128.png"
}
}