Changed theme to differentiate from Tab Groups plugin.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Tab Search",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.2",
|
||||
"description": "Search Tabs and switch to them quickly.",
|
||||
|
||||
"applications": {
|
||||
@@ -16,14 +16,9 @@
|
||||
"96": "icons/tabsSearch_96.png"
|
||||
},
|
||||
|
||||
"web_accessible_resources": [
|
||||
"icons/*.png",
|
||||
"backgrounds/*.jpg"
|
||||
],
|
||||
"web_accessible_resources": [ "icons/*.png" ],
|
||||
|
||||
"permissions": [
|
||||
"tabs"
|
||||
],
|
||||
"permissions": [ "tabs" ],
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/tabsSearch_48.png",
|
||||
|
||||
Reference in New Issue
Block a user