{ "name": "Mines", "short_name": "Mines", "description": "A simple mine puzzle game inspired by classic minesweeper, built using Kotlin Multiplatform.", "start_url": "./", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "icons": [ { "src": "icon_114.png", "sizes": "114x114", "type": "image/png" }, { "src": "icon_256.png", "sizes": "256x256", "type": "image/png" }, { "src": "icon_512.png", "sizes": "512x512", "type": "image/png" } ], "screenshots": [ { "src": "screenshot01.webp", "type": "image/webp", "sizes": "1080x2340", "form_factor": "narrow" }, { "src": "screenshot02.webp", "type": "image/webp", "sizes": "1080x2340", "form_factor": "narrow" }, { "src": "screenshot03.webp", "type": "image/webp", "sizes": "1080x2340", "form_factor": "narrow" } ] }