New version plus look.

This commit is contained in:
2018-04-20 01:06:32 -05:00
parent f576e96a64
commit f0a93ebf47
14 changed files with 250 additions and 131 deletions

View File

@@ -1,12 +1,13 @@
{
"manifest_version": 2,
"name": "Tab Search",
"version": "1.1.0",
"description": "Search Tabs and switch to them quickly.",
"manifest_version": 2,
"name": "Tab Search",
"version": "1.1.5",
"description": "Search Tabs and switch to them quickly.",
"applications": {
"gecko": {
"id": "tabsSearch@itdominator.com"
"id": "tabsSearch@itdominator.com",
"strict_min_version": "55.0"
}
},
@@ -15,15 +16,18 @@
"96": "icons/tabsSearch_96.png"
},
"web_accessible_resources": [
"icons/*.png",
"backgrounds/*.jpg"
],
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_icon": "icons/tabsSearch_48.png",
"default_title": "Tab Search",
"default_popup": "pages/tabsSearch.html"
"default_icon": "icons/tabsSearch_48.png",
"default_title": "Tab Search",
"default_popup": "pages/tabsSearch.html"
}
}