-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (35 loc) · 839 Bytes
/
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
{
"manifest_version": 2,
"name": "Scrapbox Sidebar",
"description": "Displays Scrapbox in the sidebar.",
"version": "1.4",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"sidebar_action": {
"default_icon": {
"48": "icons/icon1_48.png",
"96": "icons/icon1_96.png"
},
"default_title": "Scrapbox",
"default_panel": "sidebar/panel.html"
},
"icons": {
"48": "icons/icon2_48.png",
"96": "icons/icon2_96.png"
},
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Alt+S"
},
"description": "Toggle the Scrapbox sidebar"
}
}
}