From e5ee9c205a6d8aa03b97a24e864e85931d95a87e Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 11 Aug 2025 21:41:53 +0200 Subject: AMO release & Readme --- manifest.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'manifest.json') 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" } } } -- cgit v1.2.3