{
  "id": "./",
  "name": "QuickQuote - Quotation & Invoice Maker",
  "short_name": "QuickQuote",
  "description": "Offline quotation and invoice maker with reusable item store, GST, TDS, saved documents and print-to-PDF.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef1f5",
  "theme_color": "#111827",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New quotation",
      "short_name": "New quote",
      "url": "./"
    }
  ]
}
