{
    "name": "Playpen - Fun Game Filters & Camera Play",
    "short_name": "Playpen",
    "description": "Play fun, short game filters with your camera on or off. No downloads or WiFi needed for these quick games!",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/maskable-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshots/mobile/1.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "platform": "narrow",
            "label": "Play fun game filters with your camera"
        },
        {
            "src": "images/screenshots/mobile/2.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "platform": "narrow",
            "label": "Quick games without WiFi"
        },
        {
            "src": "images/screenshots/mobile/3.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "platform": "narrow",
            "label": "Non-blocked game filters"
        }
    ],
    "shortcuts": [
        {
            "name": "Game Filters",
            "url": "/games",
            "description": "Browse game filters collection",
            "icons": [
                {
                    "src": "icons/games-filter-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Camera Games",
            "url": "/camera-games",
            "description": "Play games with camera",
            "icons": [
                {
                    "src": "icons/camera-games-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "No WiFi Games",
            "url": "/no-wifi-games",
            "description": "Games that work without WiFi",
            "icons": [
                {
                    "src": "icons/no-wifi-icon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "categories": ["games", "entertainment"],
    "lang": "en-US",
    "dir": "ltr",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "id": "com.playpen.games",
            "url": "https://play.google.com/store/apps/details?id=com.playpen.games"
        },
        {
            "platform": "itunes",
            "id": "6740997199",
            "url": "https://apps.apple.com/app/id6740997199"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 500
    },
    "scope": "/",
    "serviceworker": {
        "src": "service-worker.js",
        "scope": "/"
    }
}
