-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
60 lines (60 loc) · 1.23 KB
/
Copy pathmanifest.json
File metadata and controls
60 lines (60 loc) · 1.23 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.5.17",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"webRequest",
"downloads",
"storage",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"scripts": [
"media-db.js",
"plugin-engine.js",
"mediabunny.js",
"offscreen.js",
"plugins/m3u8-plugin.js",
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/fluxon16.png",
"24": "icons/fluxon24.png",
"32": "icons/fluxon32.png",
"48": "icons/fluxon48.png",
"128": "icons/fluxon128.png"
}
},
"icons": {
"16": "icons/fluxon16.png",
"24": "icons/fluxon24.png",
"32": "icons/fluxon32.png",
"48": "icons/fluxon48.png",
"128": "icons/fluxon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_specific_settings": {
"gecko": {
"id": "fluxon@physacco.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
}