Mercurial > addons > firefox-addons > feed-preview
comparison manifest.json.in @ 8:c271192aac9d
Improve visual appearance
Make use of the built-in browser extension stylesheet.
Use semantic CSS variables.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 27 Nov 2018 11:11:15 +0100 |
parents | 5d7c13e998e9 |
children | ff5e5e3eba32 |
comparison
equal
deleted
inserted
replaced
7:2bbb7617dd13 | 8:c271192aac9d |
---|---|
32 "js": [ "content_scripts/feed-probe.js" ] | 32 "js": [ "content_scripts/feed-probe.js" ] |
33 } | 33 } |
34 ], | 34 ], |
35 "web_accessible_resources": [ | 35 "web_accessible_resources": [ |
36 "web_resources/xhtml-to-html.xsl", | 36 "web_resources/xhtml-to-html.xsl", |
37 "web_resources/images/arrow.svg", | 37 "web_resources/images/*.svg", |
38 "web_resources/style/*.css" | 38 "web_resources/style/*.css" |
39 ], | 39 ], |
40 "page_action": { | 40 "page_action": { |
41 "browser_style": true, | 41 "browser_style": true, |
42 "default_icon": "icons/feed-preview.svg", | 42 "default_icon": "icons/feed-preview.svg", |