{
  "name": "Furever Wall — ClassicDoge",
  "short_name": "Furever Wall",
  "description": "Claim a numbered house on the Furever Wall. Log care, earn badges, support rescues.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1B1438",
  "background_color": "#1B1438",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "utilities"],
  "icons": [
    { "src": "/icon-192.png",           "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icon-512.png",           "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-maskable-512.png",  "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "/icon.svg",               "type": "image/svg+xml", "sizes": "any",  "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "The Wall",
      "short_name": "Wall",
      "description": "Browse all claimed houses",
      "url": "/wall?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Donate",
      "short_name": "Donate",
      "description": "Support the wall",
      "url": "/donate?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
