{
  "name": "Reunite Families",
  "short_name": "Reunite Families",
  "description": "Owners, finders, vets and shelters working together to bring pets home, support animals in need, and care for them over time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020817",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "categories": [
    "lifestyle",
    "utilities",
    "social"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "../icons/icon-48.webp",
      "type": "image/png",
      "sizes": "48x48",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-72.webp",
      "type": "image/png",
      "sizes": "72x72",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-96.webp",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-128.webp",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-192.webp",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-256.webp",
      "type": "image/png",
      "sizes": "256x256",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-512.webp",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report Missing Pet",
      "short_name": "Report Missing",
      "description": "Quickly report a missing pet",
      "url": "/dashboard?action=report-missing",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Report Found Pet",
      "short_name": "Report Found",
      "description": "Report a pet you found",
      "url": "/report-found",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
