{
  "name": "SHREE MAHESHWARA AGENCIES Billing Software",
  "short_name": "SMA Billing",
  "description": "Offline PC invoice billing software for SHREE MAHESHWARA AGENCIES.",
  "version": "220",
  "id": "./index.html#/",
  "start_url": "./index.html#/",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f2f0ed",
  "theme_color": "#7667ff",
  "categories": ["business", "productivity", "finance"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "shortcuts": [
    { "name": "Invoices", "short_name": "Invoices", "url": "./index.html#/invoices" },
    { "name": "New Invoice", "short_name": "New", "url": "./index.html#/invoices/new" },
    { "name": "Reports", "short_name": "Reports", "url": "./index.html#/reports" }
  ],
  "icons": [
    {
      "src": "./assets/app-icon.svg?v=220",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icon-192.svg?v=220",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.svg?v=220",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
