{
    "name": "MOBIUSpack Scanner",
    "short_name": "Mobius Scan",
    "description": "MOBIUSpack QR Code scanner for reusable bags",
    "icons": [
        {
            "src": "img/icon-192.jpeg",
            "sizes": "192x192",
            "type": "image/jpeg"
        },
        {
            "src": "img/pack-to-basics-512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "/img/pack-to-basics.svg",
            "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
            "type": "image/svg+xml", 
            "purpose": "any"
        }
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen"],
    "theme_color": "black",
    "background_color": "#2EA9C7",
    "protocol_handlers": [
        {
            "protocol": "web+mobius",
            "url": "/?config=%s"
        },
        {
            "protocol": "web+mobiuscan",
            "url": "/scan?for=%s"
        }
    ]
}