{
    "name": "Rummaan MShop",
    "short_name": "MShop",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "MShop - Your comprehensive marketplace solution",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "permissions": [
        "camera",
        "microphone",
        "geolocation",
        "notifications",
        "storage",
        "background-sync",
        "persistent-storage",
        "clipboard-read",
        "clipboard-write",
        "contacts",
        "calendar",
        "bluetooth",
        "usb",
        "serial",
        "hid",
        "file-system-access",
        "idle-detection",
        "screen-wake-lock",
        "web-share",
        "payment-handler",
        "ambient-light-sensor",
        "accelerometer",
        "gyroscope",
        "magnetometer",
        "device-motion",
        "device-orientation"
    ],
    "categories": [
        "business",
        "productivity",
        "shopping",
        "finance"
    ],
    "screenshots": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Product",
            "short_name": "Add",
            "description": "Quickly add a new product",
            "url": "/add-product",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Orders",
            "short_name": "Orders",
            "description": "View recent orders",
            "url": "/orders",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-1024.png",
            "sizes": "1024x1024",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
