{
  "name": "Easy Booking App",
  "short_name": "Bookeno",
  "description": "Book appointments at your favorite hair salons and barbershops.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080c15",
  "theme_color": "#8d5dfe",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "/logo_t.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_t.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
