{
  "name": "NETHRU Kade POS",
  "short_name": "NETHRU",
  "description": "Offline-first Sri Lankan POS — your data, your Drive",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f1f5f9",
  "theme_color": "#059669",
  "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.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Billing", "url": "/app", "description": "Open the billing screen" },
    { "name": "Settings", "url": "/app?s=settings", "description": "Shop profile & Drive backup" }
  ]
}