-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 1.14 KB
/
manifest.json
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
38
39
40
41
{
"manifest_version": 3,
"name": "MobileBalance",
"description": "Получение данных баланса у провайдера",
"version": "1.0.69",
"author": "ZZZ (aka Unlicensed)",
"action": {
"default_icon": {
"16": "./images/MB.png",
"24": "./images/MB.png",
"32": "./images/MB.png",
"48": "./images/MB.png",
"64": "./images/MB.png"
},
"default_popup": "./content/popup.html",
"default_title": "MobileBalance"
},
"icons": {
"16": "./images/MB.png",
"24": "./images/MB.png",
"32": "./images/MB.png",
"48": "./images/MB.png",
"64": "./images/MB.png"
},
"background": {
"service_worker": "./mbSrvWrk.js",
"type": "module"
},
"content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"ids": [ "*" ]
},
"host_permissions": [ "https://*/*" ],
"options_ui": {
"page": "./options/options.html",
"open_in_tab": true
},
"permissions": [ "alarms", "background", "scripting", "storage",
"notifications", "tabs", "webNavigation" ]
}