{
  "name": "ZikBooks - Smart Billing & Business Management",
  "short_name": "ZikBooks",
  "description": "ZikBooks GST billing, inventory, udhaar ledger, expenses, staff salary and reports. Six months free for new users.",
  "id": "/login.php",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "orientation": "any",
  "background_color": "#f6faff",
  "theme_color": "#0f6bdc",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "handle_links": "not-preferred",
  "protocol_handlers": [
    {
      "protocol": "web+zikbooks",
      "url": "/open-app.php?target=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "url": "/invoice.php?source=pwa",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Udhaar Ledger",
      "short_name": "Ledger",
      "url": "/udhaar-ledger.php?source=pwa",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "url": "/reports.php?source=pwa",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}