Tab-Search-and-Manage/src/manifest.json

32 lines
671 B
JSON
Raw Normal View History

2017-12-16 04:09:28 +00:00
{
2018-04-20 06:06:32 +00:00
"manifest_version": 2,
"name": "Tab Search and Manage",
2020-10-31 05:30:34 +00:00
"version": "1.3.13",
"description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
2017-12-16 04:09:28 +00:00
"applications": {
"gecko": {
2018-04-20 06:06:32 +00:00
"id": "tabsSearch@itdominator.com",
2020-01-31 18:57:58 +00:00
"strict_min_version": "61.0"
2017-12-16 04:09:28 +00:00
}
},
"icons": {
"48": "icons/tabsSearch_48.png",
"96": "icons/tabsSearch_96.png"
},
"permissions": [
"tabs",
"tabHide",
2020-06-30 21:36:00 +00:00
"activeTab",
"storage"
],
2017-12-16 04:09:28 +00:00
"browser_action": {
2018-04-20 06:06:32 +00:00
"default_icon": "icons/tabsSearch_48.png",
"default_title": "Tab Search and Manage",
2018-04-20 06:06:32 +00:00
"default_popup": "pages/tabsSearch.html"
2017-12-16 04:09:28 +00:00
}
}