feat: add favicon
This commit is contained in:
parent
582220166a
commit
338a083052
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 |
|
|
@ -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"]
|
||||||
|
}
|
||||||
|
|
@ -17,5 +17,9 @@
|
||||||
"path": "packages/database"
|
"path": "packages/database"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"cSpell.words": [
|
||||||
|
"Banatie"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue