geoquiz/manifest.json
2026-03-03 15:59:58 +00:00

28 lines
No EOL
652 B
JSON

{
"name": "LeGrandGeoQuiz",
"short_name": "GeoQuiz",
"description": "Test your geography knowledge with LeGrandGeoQuiz",
"start_url": "/legrandgeoquiz/",
"scope": "/legrandgeoquiz/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#0d0f14",
"theme_color": "#0d0f14",
"prefer_related_applications": false,
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "favicon.svg",
"sizes": "540x720",
"type": "image/svg+xml",
"form_factor": "narrow"
}
]
}