poptab/manifest.json

16 lines
334 B
JSON

{
"name": "PopTab",
"description": "This extension lets you pop the current tab into a popup.",
"version": "1.0",
"manifest_version": 2,
"background": {
"persistent": false,
"scripts": ["poptab.js"]
},
"browser_action": {
"default_title": "PopTab",
"default_icon": "icon.png"
},
"permissions": ["activeTab","tabs"]
}