Mercurial > addons > firefox-addons > feed-preview
comparison manifest.json.in @ 22:38b20de704a0
Use seperate grey icon for the page action
This does not stand out so much as the orange icon espeacially when using dark
themes and should be readable on any theme since there is no transparency.
Currently there is neither a way for addons to specify themed icons for page
actions nor is it possible to use the browser's foreground and background color
as native page action icons do.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Sun, 16 Dec 2018 10:22:19 +0100 |
parents | ff5e5e3eba32 |
children | ede87e1004f9 |
comparison
equal
deleted
inserted
replaced
21:66e18d77739d | 22:38b20de704a0 |
---|---|
38 "web_resources/images/*.svg", | 38 "web_resources/images/*.svg", |
39 "web_resources/style/*.css" | 39 "web_resources/style/*.css" |
40 ], | 40 ], |
41 "page_action": { | 41 "page_action": { |
42 "browser_style": true, | 42 "browser_style": true, |
43 "default_icon": "icons/feed-preview.svg", | 43 "default_icon": "icons/feed-preview-action.svg", |
44 "default_title": "Feeds", | 44 "default_title": "Feeds", |
45 "default_popup": "popup/feed-selection.html" | 45 "default_popup": "popup/feed-selection.html" |
46 }, | 46 }, |
47 "options_ui": { | 47 "options_ui": { |
48 "page": "options/options.html", | 48 "page": "options/options.html", |