diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 428a1c9..a52c07f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,12 +3,13 @@ "name": "Archfox", "author": "Arne Rief", "version": "1.0", + "description": "A Firefox theme based on the Arch Linux color scheme", "theme": { "colors": { "bookmark_text": "rgba(45, 43, 40, 1)", "frame": "rgba(45, 43, 40, 1)", "icons": "rgba(138, 216, 255, 1)", - "icons_attention": "rgba(0, 109, 163, 1)", + "icons_attention": "rgba(138, 216, 255, 1)", "ntp_background": "rgba(45, 43, 40, 1)", "ntp_card_background": "rgba(0, 109, 163, 1)", "ntp_text": "rgba(255, 255, 255, 1)", @@ -33,9 +34,12 @@ "toolbar_field_highlight": "rgba(0, 109, 163, 1)", "toolbar_field_highlight_text": "rgba(255, 255, 255, 1)", "toolbar_field_text": "rgba(255, 255, 255, 1)", - "toolbar_text": "rgba(255, 255, 255, 1)", - "popup_border": "rgba(45, 43, 40, 1)", - "popup_highlight": "rgba(0, 109, 163, 1)" + "toolbar_text": "rgba(255, 255, 255, 1)" + } + }, + "browser_specific_settings": { + "gecko": { + "id": "archfox-theme@arnerief.net" } } } |
