-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
48 lines (41 loc) · 1.14 KB
/
manifest.json
File metadata and controls
48 lines (41 loc) · 1.14 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
{
"manifest_version": 3,
"name": "Flus",
"version": "1.1.0",
"description": "Collect, organise, annotate on and share links from around the Web.",
"homepage_url": "https://flus.fr",
"browser_specific_settings": {
"gecko": {
"id": "{4f83b8ac-d692-44f8-9a5d-d018c9865bea}"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": ["tabs", "storage"],
"host_permissions": ["http://*/*", "https://*/*"],
"action": {
"default_icon": "icons/icon-32.png",
"default_title": "Flus",
"default_popup": "popup/index.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+1"
}
},
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Open Flus in the sidebar"
}
},
"sidebar_action": {
"default_icon": "icons/icon-32.png",
"default_panel": "sidebar/index.html",
"default_title": "Flus"
}
}