BattleWords / static /manifest.json
Surn's picture
0.2.29
1b1b6cc
raw
history blame contribute delete
752 Bytes
{
"name": "BattleWords",
"short_name": "BattleWords",
"description": "Vocabulary learning game inspired by Battleship mechanics. Discover hidden words on a 12x12 grid and earn points for strategic guessing.",
"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": []
}