{
  "name": "LEKA Restaurant PRO",
  "short_name": "LEKA PRO",
  "description": "LEKA Restaurant PRO - Premium Restaurant Management System",
  "theme_color": "#ec2b25",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "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", "food", "productivity"],
  "shortcuts": [
    {
      "name": "Billing",
      "url": "/billing",
      "description": "Go to billing page"
    },
    {
      "name": "Kitchen",
      "url": "/kitchen",
      "description": "Go to kitchen orders"
    },
    {
      "name": "Tables",
      "url": "/tables",
      "description": "Manage tables"
    }
  ]
}
