{
  "name": "EzyNiaga - Restaurant Management",
  "short_name": "EzyNiaga",
  "description": "Complete restaurant management system with POS, Employee Portal, and Owner Dashboard",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/img/192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logo.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicons/android-chrome-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicons/android-chrome-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicons/apple-touch-icon.png?v=2",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "food"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "POS Login",
      "short_name": "POS",
      "description": "Login to POS System",
      "url": "/login",
      "icons": [
        {
          "src": "/img/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Employee Portal",
      "short_name": "Employee",
      "description": "Staff Login",
      "url": "/employee/login",
      "icons": [
        {
          "src": "/img/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Owner Dashboard",
      "short_name": "Owner",
      "description": "Management Login",
      "url": "/owner/login",
      "icons": [
        {
          "src": "/img/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}

