{
  "name": "PetsFlow",
  "short_name": "PetsFlow",
  "description": "Pet business scheduling, payments, clients, and operations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf9f0",
  "theme_color": "#fdf9f0",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pets.png",
      "sizes": "1268x1112",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-120x120.png",
      "sizes": "120x120",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-114x114.png",
      "sizes": "114x114",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-76x76.png",
      "sizes": "76x76",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-60x60.png",
      "sizes": "60x60",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-57x57.png",
      "sizes": "57x57",
      "type": "image/png"
    }
  ],
  "categories": ["business", "lifestyle", "productivity"],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Admin Dashboard",
      "short_name": "Dashboard",
      "description": "Access admin dashboard",
      "url": "/admin",
      "icons": [{"src": "/pets.png", "sizes": "192x192"}]
    },
    {
      "name": "New Appointment",
      "short_name": "Book",
      "description": "Create new appointment",
      "url": "/book",
      "icons": [{"src": "/pets.png", "sizes": "192x192"}]
    },
    {
      "name": "Client Dashboard", 
      "short_name": "My Account",
      "description": "View your appointments",
      "url": "/dashboard",
      "icons": [{"src": "/pets.png", "sizes": "192x192"}]
    }
  ]
}
