{
  "name": "Pawnder",
  "short_name": "Pawnder",
  "description": "Find your pet's perfect playdate partner!",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#1976D2",
  "categories": ["lifestyle", "social"],
  "icons": [
    {
      "src": "/app-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover",
      "url": "/discover",
      "description": "Find new playdate partners"
    },
    {
      "name": "Matches",
      "url": "/matches",
      "description": "View your matches"
    }
  ]
}
