You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
|
"name": "Know Foolery - Quiz Game",
|
|
"short_name": "Know Foolery",
|
|
"description": "A fun quiz game inspired by the French game Déconnaissance",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1976d2",
|
|
"theme_color": "#1976d2",
|
|
"orientation": "portrait",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["games", "education", "entertainment"],
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"prefer_related_applications": false,
|
|
"shortcuts": [
|
|
{
|
|
"name": "Start New Game",
|
|
"short_name": "New Game",
|
|
"description": "Start a new quiz game",
|
|
"url": "/?action=new-game",
|
|
"icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
|
|
},
|
|
{
|
|
"name": "View Leaderboard",
|
|
"short_name": "Leaderboard",
|
|
"description": "Check the top scores",
|
|
"url": "/leaderboard",
|
|
"icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
|
|
}
|
|
],
|
|
"related_applications": [],
|
|
"serviceworker": {
|
|
"src": "/sw.js",
|
|
"scope": "/",
|
|
"update_via_cache": "none"
|
|
}
|
|
} |