Skip to content

Commit 1887257

Browse files
committed
add icon
1 parent 93dc44e commit 1887257

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
19.6 KB
Loading

open-bookmarks-in-tabgroup/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"background": {
55
"scripts": ["background.js"]
66
},
7-
"icons": {},
7+
"icons": {
8+
"256": "icon.png"
9+
},
810
"description": "Open a bookmark folder as a tabgroup",
911
"manifest_version": 2,
1012
"name": "Open Bookmarks in Tabgroup",
1113
"permissions": ["bookmarks", "menus", "tabGroups"],
12-
"version": "1.0.5",
14+
"version": "1.0.6",
1315
"browser_specific_settings": {
1416
"gecko": {
1517
"strict_min_version": "139.0"

0 commit comments

Comments
 (0)