This commit is contained in:
2025-09-21 18:21:06 +03:00
commit 80b7b42242
3 changed files with 37 additions and 0 deletions

BIN
cirnojewwide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

29
manifest.json Normal file
View File

@@ -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"]
}
}
}

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"dependencies": {
"web-ext": "^8.10.0"
},
"scripts": {
"build": "web-ext build --overwrite-dest"
}
}