{
  "name": "FreshCart POS",
  "short_name": "FreshCart",
  "description": "Point of Sale system for FreshCart Dairy Products",
  "theme_color": "#16a34a",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "shopping", "productivity"],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "description": "Start a new sale transaction",
      "url": "/?action=new-sale"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
