{
    "name": "AIM Invoice AI",
    "short_name": "InvoiceAI",
    "description": "AI-powered invoice processing — upload, extract, review and export clean records to your accounting workflow.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "lang": "en",
    "categories": ["business", "finance", "productivity"],
    "icons": [
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/android-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/ms-icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Upload Invoice",
            "short_name": "Upload",
            "description": "Upload a new invoice for processing",
            "url": "/app/invoices/create",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "My Invoices",
            "short_name": "Invoices",
            "description": "View all your invoices",
            "url": "/app/invoices",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false
}
