{
    "name": "MEMORY GAME",
    "short_name": "MEMORY",
    "id": "memory_app_v1",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2196F3",
    "description": "An memory challenge.",
    "orientation": "portrait-primary",
    "categories": ["games", "education"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/mobile.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Gameplay"
        },
        {
            "src": "screenshots/desktop.png",
            "sizes": "1920x1016",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop Gameplay"
        },
        {
            "src": "screenshots/mobile.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "MEMORY Challenge"
        }
    ]
}