{
  "name": "Sai Stores POS",
  "short_name": "SaiPOS",
  "description": "Billing System for Sai Stores",
  "start_url": "/pos/index.php",
  "scope": "/pos/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "any",
  "icons": [
    {
      "src": "/pos/applogo/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pos/applogo/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}