{
  "name": "ProQuote — Professional Document Suite",
  "short_name": "ProQuote",
  "description": "Create professional quotations, invoices, and delivery notes. Free, offline-ready, no account needed.",
  "start_url": "./app/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f9fc",
  "theme_color": "#6366f1",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "assets/img/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/img/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "icons": [
    {
      "src": "assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/img/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Quotation",
      "short_name": "Quotation",
      "description": "Create a professional quotation",
      "url": "./app/index.html?type=quotation",
      "icons": [
        {
          "src": "assets/img/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "description": "Create a professional invoice",
      "url": "./app/index.html?type=invoice",
      "icons": [
        {
          "src": "assets/img/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Create Delivery Note",
      "short_name": "Delivery Note",
      "description": "Create a delivery note",
      "url": "./app/index.html?type=delivery",
      "icons": [
        {
          "src": "assets/img/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./app/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": ["application/json", ".proquote"]
        }
      ]
    }
  }
}