{
    "name": "DaisyCapsule",
    "short_name": "DaisyCapsule",
    "description": "Nachrichten sicher auf Papier speichern",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4a90a4",
    "orientation": "portrait",
    "icons": [
        {
            "src": "./assets/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./assets/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./assets/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "share_target": {
        "action": "./index.html",
        "method": "GET",
        "params": {
            "text": "data"
        }
    },
    "protocol_handlers": [
        {
            "protocol": "web+d6prot",
            "url": "./index.html?data=%s"
        }
    ]
}
