{
  "name": "FindLostPets.com",
  "short_name": "FindLostPets",
  "description": "Post lost and found pet reports, view AI-assisted matches, and reunite families faster.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Report a Pet",
      "short_name": "Report",
      "description": "Quickly create a new lost, found, or sighting report",
      "url": "/reports",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "View My Reports",
      "short_name": "My Reports",
      "description": "Check status of your pet reports and matches",
      "url": "/reports/my",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Browse Matches",
      "short_name": "Matches",
      "description": "See AI-powered pet matches",
      "url": "/matches",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
