{
    "name": "Angels Pizza Inventory",
    "short_name": "Angels Inventory",
    "description": "Warehouse inventory, receiving, dispatch, barcode, and reconciliation system.",
    "start_url": ".",
    "scope": ".",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#dc2626",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "images/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/pwa/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
