-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (31 loc) · 835 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (31 loc) · 835 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": "AddOns Manager",
"short_name": "AddOns Manager",
"version": "5.5.0",
"description": "Manage and control your browser extensions more easily",
"homepage_url": "https://Pro-Bandey.github.io/?rdm=AddOns-Manager",
"options_page": "dashboard.html",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"action": {
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"default_popup": "popup.html"
},
"permissions": ["management", "storage", "tabs", "alarms"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "js/background.js"
}
}