moved manifest.json to manifest_opera
This commit is contained in:
parent
bf36b79263
commit
802166a0d5
@ -37,7 +37,6 @@
|
||||
"default_panel": "sidebar.html",
|
||||
"default_title": "Tree Tabs"
|
||||
},
|
||||
"options_page": "options.html",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "TreeTabs@jagiello.it",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"minimum_opera_version": "42",
|
||||
"default_locale": "en",
|
||||
"background": {
|
||||
"scripts": [ "background.js" ],
|
||||
@ -38,14 +39,5 @@
|
||||
"default_title": "Tree Tabs"
|
||||
},
|
||||
"options_page": "options.html",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "TreeTabs@jagiello.it"
|
||||
}
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"open_in_tab":true
|
||||
},
|
||||
"version": "0.0.16"
|
||||
}
|
@ -15,15 +15,6 @@
|
||||
"16": "icons/16.png"
|
||||
},
|
||||
"permissions": [ "tabs", "sessions", "chrome://favicon/" ],
|
||||
|
||||
"sidebar_action": {
|
||||
"default_icon": {
|
||||
"19": "icons/16.png",
|
||||
"38": "icons/38.png"
|
||||
},
|
||||
"default_panel": "sidebar.html",
|
||||
"default_title": "Tree Tabs"
|
||||
},
|
||||
"commands": {
|
||||
"goto_tab_above": {
|
||||
"suggested_key": {
|
||||
@ -38,6 +29,9 @@
|
||||
"description": "Go to tab below"
|
||||
}
|
||||
},
|
||||
"options_page": "options.html",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"open_in_tab": false
|
||||
},
|
||||
"version": "0.0.16"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user