sw-fe/public/manifest.json

14 lines
409 B
JSON

{
"name": "SocioWire",
"short_name": "SocioWire",
"description": "Real-time posts on a global map — wired to life.",
"start_url": "/",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#0ea5e9",
"icons": [
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}