{
  "id": "/",
  "name": "AVA's Happy Corner",
  "short_name": "Happy Corner",
  "description": "A warm community for pet owners — meet nearby pets, find local events, and rally your neighborhood the moment a pet goes missing.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#0a0a0d",
  "theme_color": "#0a0a0d",
  "categories": ["social", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report a missing pet",
      "short_name": "Report",
      "description": "Send an AVA alert to neighbors right now",
      "url": "/alerts/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pet Map",
      "short_name": "Map",
      "description": "See pets and alerts near you",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
