{
    "id": "/",
    "name": "Taqwa Invoice",
    "short_name": "Taqwa",
    "description": "Professional invoicing, billing, POS & reports — works offline.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0b0b14",
    "theme_color": "#E2136E",
    "categories": ["business", "finance", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Invoice",
            "short_name": "Invoice",
            "url": "./invoices/create",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Customers",
            "url": "./customers",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
