{
  "name": "Note Counter — Money & Cash Counter",
  "short_name": "Note Counter",
  "description": "Free, open-source online money counter. Count notes and coins fast in INR, USD, EUR, GBP, AED, or any custom currency. Works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "business", "utilities"],
  "icons": [
    { "src": "/icon.svg",    "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-48.png", "sizes": "48x48",   "type": "image/png" },
    { "src": "/icon-72.png", "sizes": "72x72",   "type": "image/png" },
    { "src": "/icon-96.png", "sizes": "96x96",   "type": "image/png" },
    { "src": "/icon-144.png","sizes": "144x144", "type": "image/png" },
    { "src": "/icon-192.png","sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png","sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open counter",
      "short_name": "Counter",
      "description": "Start counting notes and coins",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View history",
      "short_name": "History",
      "description": "View saved counting sessions",
      "url": "/?tab=history",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 420 },
  "launch_handler": { "client_mode": "focus-existing" }
}
