{
  "name": "Hmar Mal POS & Kitchen Management",
  "short_name": "Hmar Mal",
  "description": "Streamline your restaurant operations, manage tables, and improve customer experience with Hmar Mal POS.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e57e25",
  "orientation": "any",
  "categories": ["business", "food", "productivity"],
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=1280&h=720",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Admin Dashboard"
    },
    {
      "src": "https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&q=80&w=720&h=1280",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Guest Ordering Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Kitchen",
      "short_name": "Kitchen",
      "description": "View kitchen orders",
      "url": "/AdminKitchen",
      "icons": [{"src": "https://base44.com/logo_v2.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "Manage Tables",
      "short_name": "Tables",
      "description": "Manage restaurant tables",
      "url": "/AdminTables",
      "icons": [{"src": "https://base44.com/logo_v2.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    }
  ]
}