{
    "name": "Womene.Shop",
    "short_name": "Womene",
    "description": "Warehouse Management System - Pick · Pack · Ship",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F8F5F9",
    "theme_color": "#AD5CAD",
    "scope": "/",
    "icons": [
        {
            "src": "/static/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "productivity"],
    "shortcuts": [
        {
            "name": "Start Picking",
            "short_name": "Pick",
            "description": "Start batch picking",
            "url": "/batches",
            "icons": [
                {
                    "src": "/static/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Pack Orders",
            "short_name": "Pack",
            "description": "Go to pack station",
            "url": "/pack",
            "icons": [
                {
                    "src": "/static/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Orders",
            "short_name": "Orders",
            "description": "View all orders",
            "url": "/orders",
            "icons": [
                {
                    "src": "/static/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
