-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (32 loc) · 810 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (32 loc) · 810 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": "evQueue",
"version": "1.40",
"description": "evQueue browser plugin",
"homepage_url": "http://www.evqueue.net",
"author": "Thibault Kummer",
"icons": {
"16": "htdocs/images/favicon-16x16.png",
"32": "htdocs/images/favicon-32x32.png",
"48": "htdocs/images/favicon-48x48.png",
"96": "htdocs/images/favicon-96x96.png",
"128": "htdocs/images/favicon-128x128.png"
},
"permissions": [
"storage"
],
"optional_permissions": [
"notifications"
],
"background": {
"service_worker": "browser-plugin/background.js"
},
"action": {
"default_icon": "htdocs/images/favicon-32x32.png",
"default_title": "evQueue"
},
"options_ui": {
"page": "/htdocs/index.html?loc=settings",
"open_in_tab":true
}
}