Last active
February 10, 2025 05:44
-
-
Save kulamarva/ca03290f7f1380337b25c22eb6d2a264 to your computer and use it in GitHub Desktop.
Manifest for U-Bahn-Quiz PWA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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