{
    "name": "QRtor QR Code Generator",
    "short_name": "QRtor",
    "description": "Free and simple QR code generator for links, text, email, phone, SMS, location, Wi-Fi, contact cards, and social profiles.",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f7f4ee",
    "theme_color": "#16685b",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Generate QR Code",
            "short_name": "Generate",
            "description": "Open the QR code generator.",
            "url": "/?shortcut=generate",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
