Skip to content

Instantly share code, notes, and snippets.

@kulamarva
Last active February 10, 2025 05:44
Show Gist options
  • Save kulamarva/ca03290f7f1380337b25c22eb6d2a264 to your computer and use it in GitHub Desktop.
Save kulamarva/ca03290f7f1380337b25c22eb6d2a264 to your computer and use it in GitHub Desktop.
Manifest for U-Bahn-Quiz PWA
{
"name": "U-Bahn Quiz",
"short_name": "qUiz",
"start_url": "/pwa.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ff0000",
"icons": [
{
"src": "images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment