{
    "name": "Red Screen",
    "short_name": "Red Screen",
    "description": "A simple red screen PWA",
    "start_url": "./",
    "display": "fullscreen",
    "background_color": "#FF0000",
    "theme_color": "#FF0000",
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
} 