diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-11 21:41:53 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-11 21:41:53 +0200 |
| commit | e5ee9c205a6d8aa03b97a24e864e85931d95a87e (patch) | |
| tree | 2216202bab929528c8c7cb56137f3bb09ec9596b /manifest.json | |
| parent | e3073333a906335dfc938c03420a344fa7300f3b (diff) | |
AMO release & Readme
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" } } } |
