{
    "name": "Edibio — Supermarket Suite",
    "short_name": "Edibio",
    "description": "Complete billing, inventory and accounting software for Indian supermarkets",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1A1A2E",
    "theme_color": "#4285F4",
    "categories": [
        "business",
        "finance",
        "productivity"
    ],
    "lang": "en-IN",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "permissions": [
        "camera",
        "notifications",
        "storage"
    ],
    "shortcuts": [
        {
            "name": "New Sale",
            "short_name": "New Sale",
            "url": "/company/billing/new?type=sale",
            "description": "Create a new tax invoice",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Inventory",
            "short_name": "Stock",
            "url": "/company/inventory",
            "description": "Check stock levels",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Reports",
            "short_name": "Reports",
            "url": "/company/reports",
            "description": "View business reports",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}