{
  "name": "KinKid Retail",
  "short_name": "KinKid",
  "description": "Kids clothing retail management — billing, inventory & analytics",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "orientation": "any",
  "lang": "en-IN",
  "categories": ["business", "shopping"],
  "icons": [
    {
      "src": "/lgapp.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lgapp.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Billing",
      "short_name": "Billing",
      "url": "/pos",
      "icons": [{ "src": "/lgapp.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/lgapp.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
