{
    "name": "NovaInvoice - Professional Invoice Generator",
    "short_name": "NovaInvoice",
    "description": "Create professional invoices online for free. Send, track, and get paid faster with NovaInvoice - the complete invoicing solution for freelancers and small businesses.",
    "start_url": "/login.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#4f46e5",
    "background_color": "#ffffff",
    "lang": "en-US",
    "categories": ["business", "finance", "productivity", "utilities"],
    "id": "/",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Login",
            "url": "/login.php",
            "description": "Login to your account",
            "icons": [
                {
                    "src": "/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Create Invoice",
            "url": "/create-invoice.php",
            "description": "Create a new professional invoice",
            "icons": [
                {
                    "src": "/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Dashboard",
            "url": "/dashboard.php",
            "description": "Access your invoice dashboard",
            "icons": [
                {
                    "src": "/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/create-invoice.php",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/social-preview.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 350
    },
    "launch_handler": {
        "client_mode": ["navigate-existing", "navigate-new"]
    }
} 