poptab/manifest.json

20 lines
379 B
JSON

{
"name": "PopTab",
"description": "Pop the current tab into a popup or panel.",
"version": "1.0",
"manifest_version": 2,
"background": {
"persistent": false,
"scripts": ["poptab.js"]
},
"browser_action": {
"default_title": "Pop tab",
"default_icon": "tab.24.png"
},
"icons": {
"24": "tab.24.png",
"246": "tab.png"
},
"permissions": ["activeTab","tabs"]
}