{
    "name": "KasirDua Block Puzzle - Game Puzzle Adiktif",
    "short_name": "KasirDua Block",
    "description": "Game puzzle block adiktif! Susun block, clear baris, kejar skor tertinggi. 3 mode: Klasik, 60 Detik, Tantangan Harian.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0f1a30",
    "theme_color": "#0f1a30",
    "orientation": "portrait",
    "lang": "id",
    "categories": ["games", "puzzle", "entertainment"],
    "icons": [
        { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
        { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
    ],
    "shortcuts": [
        { "name": "Mode Klasik", "url": "./index.html?mode=classic", "icons": [{"src": "./icon-192.png", "sizes": "192x192"}] },
        { "name": "Mode 60 Detik", "url": "./index.html?mode=timed", "icons": [{"src": "./icon-192.png", "sizes": "192x192"}] },
        { "name": "Tantangan Harian", "url": "./index.html?mode=daily", "icons": [{"src": "./icon-192.png", "sizes": "192x192"}] }
    ]
}