moved manifest.json to manifest_opera

This commit is contained in:
karol@jagiello.it 2017-07-27 16:46:25 +02:00
parent bf36b79263
commit 802166a0d5
4 changed files with 6 additions and 21 deletions

View File

@ -37,7 +37,6 @@
"default_panel": "sidebar.html",
"default_title": "Tree Tabs"
},
"options_page": "options.html",
"applications": {
"gecko": {
"id": "TreeTabs@jagiello.it",
@ -46,7 +45,7 @@
},
"options_ui": {
"page": "options.html",
"open_in_tab":true
"open_in_tab": true
},
"version": "0.0.16"
}

View File

@ -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"
}

View File

@ -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"
}