Skip to content

Commit c6651a6

Browse files
committed
add icon
1 parent 4425e58 commit c6651a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
2.03 KB
Loading

detach-same-container-tabs/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"commands": {
1111
"_execute_browser_action": {}
1212
},
13-
"icons": {},
13+
"icons": {
14+
"160": "icon.png"
15+
},
1416
"description": "See #tabs with same container as current one and detach them into a new window",
1517
"manifest_version": 2,
1618
"name": "Detach Same Container Tabs",
1719
"permissions": ["tabs", "cookies", "menus"],
18-
"version": "1.0.4"
20+
"version": "1.0.5"
1921
}

0 commit comments

Comments
 (0)