commit 80b7b42242cb4aee5fdcd7058246ddf229f9e6a7 Author: kisukalat Date: Sun Sep 21 18:21:06 2025 +0300 hallo diff --git a/cirnojewwide.png b/cirnojewwide.png new file mode 100644 index 0000000..8526029 Binary files /dev/null and b/cirnojewwide.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9efbf44 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "manifest_version": 2, + "name": "Wide Jewish Cirno", + "version": "1.0", + "description": "cirno so wide 🤤", + "browser_specific_settings": { + "gecko": { + "id": "jew@kisukalat.xyz" + } + }, + "theme": { + "colors": { + "frame": "#bbe4f8", + "toolbar": "#00000000", + "toolbar_text": "#ffffff", + "tab_background_text": "#ffffff", + "tab_line": "#8286e9", + "popup": "#bae3f7", + "popup_text": "#000000" + }, + "images": { + "theme_frame": "cirnojewwide.png" + }, + "properties": { + "additional_backgrounds_alignment": ["center top"] + } + } +} + diff --git a/package.json b/package.json new file mode 100644 index 0000000..5c92069 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "web-ext": "^8.10.0" + }, + "scripts": { + "build": "web-ext build --overwrite-dest" + } +}