contingent-space-website/manifest.json
2025-04-15 00:02:58 +02:00

20 lines
483 B
JSON

{
"name": "My Web App",
"short_name": "WebApp",
"description": "A web app for my awesome website.",
"start_url": "/?source=pwa",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "ghostwhite",
"icons": [
{
"src": "https://data.lukasrosier.com/appsmall.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://data.lukasrosier.com/app.png",
"sizes": "512x512",
"type": "image/png"
}
}