- commit
- 2675aee93b378c3b66c4b9072456caa06ac23520
- parent
- d07083cdf45e409adb918b296987157e4ed453f1
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-04-20 09:20
firefox compat: explicitly define browser action icon
Diffstat
| M | manifest.json | 7 | ++++++- |
1 files changed, 6 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
@@ -7,7 +7,12 @@ 7 7 8 8 "browser_action": { 9 9 "default_title": "Bookmark Stack",10 -1 "default_popup": "stack.html"-1 10 "default_popup": "stack.html", -1 11 "default_icon": { -1 12 "16": "icons/icon-16.png", -1 13 "48": "icons/icon-48.png", -1 14 "128": "icons/icon-128.png" -1 15 } 11 16 }, 12 17 13 18 "icons": {