-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 1.42 KB
/
manifest.json
File metadata and controls
35 lines (35 loc) · 1.42 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
{
"name": "Polychrome: Vertical Tab Groups & Search",
"short_name": "Polychrome",
"description": "Groupable side tabs, window management, search and more — in a svelte and speedy package.",
"version": "0.9.9",
"icons": {
"32": "img/tabs.png",
"128": "img/tabs_color.png"
},
"incognito": "split",
"chrome_url_overrides": {
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "img/tabs.png",
"default_title": "Polychrome"
},
"commands": {
"sidebar": {
"suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+MacCtrl+F"},
"description": "Toggle Sidebar"
},
"search": {
"suggested_key": { "default": "Ctrl+T", "mac": "Command+T"},
"description": "Show Quick Search"
},
"_execute_action": {"suggested_key": { "default": "Alt+W", "mac": "Alt+W"}}
},
"permissions": [ "tabs", "tabGroups", "storage", "bookmarks", "history", "search" ],
"host_permissions": ["https://suggestqueries.google.com/*"],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnEme/fmSs8V0uGOZ5IuP0p+n998SuX/1ceMvv8B/MqG58QAXhgwNxw1S5+yqua1Z4GaA5s/IZVVd6NhT3ghZtp7wva4639dXjqg9vHCS3Ugr4WGXxbZR6lay6CRgKB4zJgrep9oSRcg6zxacweyYRhmB2q5/NpD/tjJOIFajkuHoG2oTrrL8c/PwbORjIVlUbO8a3H25icuRDHwsvntbtIJDTJ9B0JsD1UeXXH51EaZ+iCQU+eJXVg6zLEELJ6ZGWlAmxPtnu6A8BVwH/b44CnFKN2v6U85dlg2AsnU1NHiLpSlve1a9aWhTqagfuNMw8odhlw5CzKRoIZEslTUdBQIDAQAB",
"manifest_version": 3
}