You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
naifu-frontend/public/manifest.json

23 lines
446 B
JSON

2 years ago
{
"short_name": "NAIFU",
"name": "NAIFU: AI Image Generator",
"start_url": "/",
"orientation": "portrait",
"scope": "/",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#000000",
"icons": [
{
"src": "/icons/novelai512.png",
"sizes": "512x512",
"type": "image/x-icon"
},
{
"src": "/icons/novelai512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}