{
  "short_name": "GST India",
  "name": "GST India - Inventory & Billing Software",
  "description": "Upload sale and purchase invoices on the go, log in with your GST India account, and manage your business from your phone.",
  "start_url": "/trader/invoice/bulk-upload?source=pwa",
  "id": "/trader/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Sale Invoice",
      "short_name": "Upload Sale",
      "url": "/trader/invoice/bulk-upload?tab=sale&source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Upload Purchase Invoice",
      "short_name": "Upload Purchase",
      "url": "/trader/invoice/bulk-upload?tab=purchase&source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
