mirror of
https://github.com/nkcmr/HyperTab.git
synced 2026-04-25 10:19:04 +02:00
mvp working
This commit is contained in:
40
manifest.json
Normal file
40
manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"default_locale": "en",
|
||||
|
||||
"name": "HyperTab",
|
||||
"description": "Quick tabs search and switch",
|
||||
"version": "0.1",
|
||||
|
||||
"icons": {
|
||||
"48": "images/icon-48.png",
|
||||
"96": "images/icon-96.png",
|
||||
"128": "images/icon-128.png",
|
||||
"256": "images/icon-256.png",
|
||||
"512": "images/icon-512.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["dist/bg/main.js"]
|
||||
},
|
||||
"commands": {
|
||||
"openTabSwitcher": {
|
||||
"suggested_key": {
|
||||
"default": "Ctrl+Shift+E"
|
||||
},
|
||||
"description": "Open HyperTab Switcher"
|
||||
}
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "images/toolbar-icon-16.png",
|
||||
"19": "images/toolbar-icon-19.png",
|
||||
"32": "images/toolbar-icon-32.png",
|
||||
"38": "images/toolbar-icon-38.png",
|
||||
"48": "images/toolbar-icon-48.png",
|
||||
"72": "images/toolbar-icon-72.png"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": ["tabs", "*://*/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user