feat: add favicon

This commit is contained in:
Oleg Proskurin 2026-01-04 13:25:30 +07:00
parent 582220166a
commit 338a083052
7 changed files with 21 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,16 @@
{
"name": "Banatie - AI Image Generation API",
"short_name": "Banatie",
"description": "AI-powered image generation API with built-in CDN delivery",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#a855f7",
"background_color": "#0f172a",
"display": "standalone",
"start_url": "/",
"scope": "/",
"orientation": "any",
"categories": ["productivity", "developer tools"]
}

View File

@ -17,5 +17,9 @@
"path": "packages/database" "path": "packages/database"
} }
], ],
"settings": {} "settings": {
"cSpell.words": [
"Banatie"
]
}
} }