{
    "name": "Invoice Generator by IntegerByte",
    "short_name": "Invoice Generator",
    "description": "Create professional invoices, manage clients, and track billing — by IntegerByte.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#F7F9FB",
    "theme_color": "#F04E23",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "assets/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
