{
  "id": "/",
  "name": "Toko Lite ERP",
  "short_name": "Toko ERP",
  "description": "Installable warehouse, purchasing, inventory and reporting ERP for desktop, tablet and mobile",
  "lang": "en-SG",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f7fb",
  "theme_color": "#123a63",
  "icons": [
    {
      "src": "/static/icons/app-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/app-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/static/icons/app-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Staff Mobile",
      "short_name": "Mobile",
      "url": "/mobile/",
      "icons": [
        {
          "src": "/static/icons/app-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mobile Product Master",
      "short_name": "Products",
      "url": "/mobile/product-master",
      "icons": [
        {
          "src": "/static/icons/app-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/masters/products",
      "icons": [
        {
          "src": "/static/icons/app-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
