diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-10 23:56:31 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-10 23:56:31 +0200 |
| commit | e3073333a906335dfc938c03420a344fa7300f3b (patch) | |
| tree | 75cb9c4db618405e278b9206fa79c6137fe48dea | |
initial commit
| -rw-r--r-- | manifest.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..428a1c9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,42 @@ +{ + "manifest_version": 2, + "name": "Archfox", + "author": "Arne Rief", + "version": "1.0", + "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)", + "ntp_background": "rgba(45, 43, 40, 1)", + "ntp_card_background": "rgba(0, 109, 163, 1)", + "ntp_text": "rgba(255, 255, 255, 1)", + "popup": "rgba(45, 43, 40, 1)", + "popup_border": "rgba(0, 109, 163, 1)", + "popup_highlight": "rgba(0, 109, 163, 1)", + "popup_highlight_text": "rgba(255, 255, 255, 1)", + "popup_text": "rgba(255, 255, 255, 1)", + "sidebar": "rgba(45, 43, 40, 1)", + "sidebar_border": "rgba(0, 109, 163, 1)", + "sidebar_highlight": "rgba(0, 109, 163, 1)", + "sidebar_highlight_text": "rgba(255, 255, 255, 1)", + "sidebar_text": "rgba(255, 255, 255, 1)", + "tab_background_text": "rgba(255, 255, 255, 1)", + "tab_line": "rgba(184, 231, 255, 1)", + "tab_selected": "rgba(0, 109, 163, 1)", + "tab_text": "rgba(230, 247, 255, 1)", + "toolbar": "rgba(0, 109, 163, 1)", + "toolbar_bottom_separator": "rgba(0, 109, 163, 1)", + "toolbar_field": "rgba(45, 43, 40, 1)", + "toolbar_field_border_focus": "rgba(0, 109, 163, 1)", + "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)" + } + } +} + |
