-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 876 Bytes
/
Copy pathmanifest.json
File metadata and controls
33 lines (33 loc) · 876 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
{
"manifest_version": 3,
"name": "WeBlocker - Domain & Keywords Blocker",
"version": "1.0",
"description": "Take Control of Your Digital Focus",
"icons": {
"16": "assets/images/icons/icon16.png",
"32": "assets/images/icons/icon32.png",
"48": "assets/images/icons/icon48.png",
"64": "assets/images/icons/icon.png",
"128": "assets/images/icons/icon128.png"
},
"background": {
"service_worker": "core/background/background.js",
"type": "module"
},
"action": {
"default_popup": "views/popup.html"
},
"options_page": "views/index.html",
"permissions": ["declarativeNetRequest", "storage"],
"host_permissions": ["<all_urls>"],
"web_accessible_resources": [
{
"resources": [
"views/focused.html",
"views/index.html",
"views/popup.html"
],
"matches": ["<all_urls>"]
}
]
}