poptab/manifest.json

21 lines
446 B
JSON
Raw Permalink Normal View History

2016-04-18 20:07:51 +00:00
{
"name": "PopTab",
2016-04-19 01:57:58 +00:00
"description": "Pop the current tab into a popup or panel.",
2016-04-19 02:03:55 +00:00
"version": "1.1",
"author": "Keith Irwin <mail@keithirwin.us> (keithirwin.us)",
2016-04-18 20:07:51 +00:00
"manifest_version": 2,
"background": {
"persistent": false,
"scripts": ["poptab.js"]
},
"browser_action": {
2016-04-19 01:57:58 +00:00
"default_title": "Pop tab",
"default_icon": "tab.24.png"
},
"icons": {
"24": "tab.24.png",
2016-04-19 02:13:08 +00:00
"128": "tab.128.png"
2016-04-18 20:07:51 +00:00
},
"permissions": ["activeTab","tabs"]
}