{
  "name": "Unbox Books",
  "short_name": "Unbox Books",
  "description": "Offline accounting + inventory software for UnboxTools",
  "start_url": "./index.html",
  "scope": "./",
  "id": "unbox-books-app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#ff4d01",
  "orientation": "any",
  "lang": "en-IN",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Billing",
      "short_name": "POS",
      "description": "Open POS billing screen",
      "url": "./index.html#pos",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "MIS Dashboard",
      "url": "./index.html#dashboard",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "New Sales Invoice",
      "short_name": "Sales",
      "description": "Create new sales invoice",
      "url": "./index.html#new-sale",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
