{
    "name": "Flash Fiction",
    "id": "app.flashfiction.pwa",
    "short_name": "Flash Fiction",
    "start_url": ".",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Flash Fiction",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": ["focus-existing", "auto"]
    },
    "protocol_handlers": [
        {
            "protocol": "web+ff",
            "url": "/?data=%s"
        }
    ],
    "dir": "auto",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
