{
  "name": "Cafe Manager Pro",
  "short_name": "Cafe POS",
  "description": "A comprehensive management system for cafes to track sales, inventory, and staff.",
  "start_url": "/pos",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
