wrdler / static /manifest.json
Surn's picture
Initial Commit v0.0.1
4f625d4
raw
history blame contribute delete
699 Bytes
{
"name": "Wrdler",
"short_name": "Wrdler",
"description": "Simplified vocabulary puzzle game based on BattleWords. Discover hidden words on an 8x6 grid with 2 free letter guesses.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0b2a4a",
"theme_color": "#165ba8",
"icons": [
{
"src": "/app/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/app/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["games", "education"],
"screenshots": []
}