comparison Makefile @ 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 a6625fd9a30d
children 7f1b69e9798d
comparison
equal deleted inserted replaced
21:66e18d77739d 22:38b20de704a0
38 $(wildcard _locales/*/messages.json) \ 38 $(wildcard _locales/*/messages.json) \
39 background.html \ 39 background.html \
40 content_scripts/feed-probe.js \ 40 content_scripts/feed-probe.js \
41 content_scripts/feed-readers.js \ 41 content_scripts/feed-readers.js \
42 icons/feed-preview.svg \ 42 icons/feed-preview.svg \
43 icons/feed-preview-action.svg \
43 $(BITMAP_ICONS) \ 44 $(BITMAP_ICONS) \
44 js/background.js \ 45 js/background.js \
45 js/feed-parser.js \ 46 js/feed-parser.js \
46 js/feed-preview.js \ 47 js/feed-preview.js \
47 options/options.css \ 48 options/options.css \