{
  "name": "Sheenix \u2014 GST Billing & Khata",
  "short_name": "Sheenix",
  "description": "GST invoicing, e-Way Bills, customer khata, stock and cashbook for Indian small businesses.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#0D5C63",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./app.html"
    },
    {
      "name": "e-Way Bill",
      "url": "./app.html"
    },
    {
      "name": "Pricing",
      "url": "./pricing.html"
    },
    {
      "name": "Contact",
      "url": "./contact.html"
    }
  ]
}