{
  "name": "Pawzin — Pet Business Platform",
  "short_name": "Pawzin",
  "description": "The all-in-one scheduling, payments, and loyalty platform for pet service businesses. Free for pet owners.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/pawzin-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pawzin-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pawzin-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "lifestyle"],
  "screenshots": [
    {
      "src": "/downloads/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Business Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new booking",
      "url": "/business/bookings?action=new",
      "icons": [{ "src": "/pawzin-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your schedule",
      "url": "/business/calendar",
      "icons": [{ "src": "/pawzin-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Pet Albums",
      "short_name": "Albums",
      "description": "View your shared pet albums",
      "url": "/albums",
      "icons": [{ "src": "/pawzin-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Paw Points",
      "short_name": "Points",
      "description": "Check your Paw Points balance",
      "url": "/paw-points",
      "icons": [{ "src": "/pawzin-logo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
