Skip to content

Commit d890bfc

Browse files
committed
Add release zip.
2 parents 60744ce + 6344348 commit d890bfc

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

icons/canvas.png

30.6 KB
Loading

icons/icon_x32.png

1.68 KB
Loading

icons/icon_x48.png

647 Bytes
Loading

icons/icon_x64.png

848 Bytes
Loading

manifest.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,13 @@
2424
"options_ui": {
2525
"page": "options.html"
2626
},
27-
"permissions": ["storage"]
28-
}
27+
"permissions": [
28+
"storage",
29+
"activeTab"
30+
],
31+
"browser_action": {
32+
"default_icon": "icons/icon_x32.png",
33+
"default_title": "Feedly Open All",
34+
"default_popup": "options.html"
35+
}
36+
}

0 commit comments

Comments
 (0)