{
  "name": "EasyBill24 — Free Invoice Generator",
  "short_name": "EasyBill24",
  "description": "Create professional invoices free. 55+ templates, live preview, instant PDF. No signup required.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "lang": "en",
  "categories": ["business", "finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "EasyBill24 invoice generator with live preview"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "Create",
      "description": "Create a new professional invoice",
      "url": "/create",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Browse Templates",
      "short_name": "Templates",
      "description": "Browse 55+ invoice templates",
      "url": "/templates",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
