{
    "id": "six-pack-memory",
    "name": "Six Pack Memory",
    "short_name": "Six Pack Memory",
    "description": "A vibrant memory game that challenges you to remember and replicate sequences of six colors.",
    "scope": "./",
    "start_url": "./",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "browser"
    ],
    "protocol_handlers": [],
    "lang": "en",
    "dir": "auto",
    "theme_color": "#1a1a2e",
    "background_color": "#1a1a2e",
    "orientation": "portrait",
    "icons": [
        {
            "src": "./favicon/pwa-icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "./favicon/pwa-icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "related_applications": [],
    "prefer_related_applications": false,
    "categories": ["games", "entertainment", "education"],
    "shortcuts": [
        {
            "name": "New Game",
            "url": "/",
            "description": "Start a new game of Six Pack Memory"
        }
    ]
}
