serpbear/public/manifest.json
2022-11-24 20:13:54 +06:00

22 lines
418 B
JSON

{
"name": "SerpBear",
"short_name": "SerpBear",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1d4ed8",
"background_color": "#FFFFFF",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}