Files
SnapOtter/apps/web/public/manifest.json
T

12 lines
306 B
JSON

{
"name": "SnapOtter",
"short_name": "SnapOtter",
"icons": [
{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/logo-512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#3b82f6",
"background_color": "#ffffff",
"display": "standalone"
}