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