{
    "name": "StockAI-Pro",
    "short_name": "StockAI",
    "description": "Mobile Stock Control for Restaurants",
    "start_url": "/mobile.html",
    "display": "standalone",
    "background_color": "#0d4a5c",
    "theme_color": "#0d4a5c",
    "orientation": "portrait",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230d4a5c' width='192' height='192' rx='38'/><text x='96' y='130' text-anchor='middle' fill='white' font-size='90' font-weight='bold' font-family='Arial'>AI</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230d4a5c' width='512' height='512' rx='100'/><text x='256' y='340' text-anchor='middle' fill='white' font-size='240' font-weight='bold' font-family='Arial'>AI</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Stock Count",
            "short_name": "Count",
            "description": "Go directly to stock count",
            "url": "/mobile.html#stock-count",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a8ba8' width='96' height='96' rx='18'/><text x='48' y='64' text-anchor='middle' fill='white' font-size='48'>📋</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "Go to dashboard",
            "url": "/mobile.html#dashboard",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a8ba8' width='96' height='96' rx='18'/><text x='48' y='64' text-anchor='middle' fill='white' font-size='48'>📊</text></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
