{
  "name": "NUVERON POS",
  "short_name": "NUVERON POS",
  "description": "Installable point of sale with offline operation and sync.",
  "start_url": "/login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f4f6",
  "theme_color": "#059669",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "/cashier/pos",
      "description": "Start selling"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/login",
      "description": "Open your dashboard"
    }
  ]
}
