{
  "name": "For The Paws",
  "short_name": "Paws",
  "description": "Animal welfare and emergency response platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#10b981",
  "background_color": "#ffffff",
  "categories": ["lifestyle", "social", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Report Incident",
      "short_name": "Report",
      "description": "Quickly report an animal welfare incident",
      "url": "/report",
      "icons": [
        {
          "src": "/favicon.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Blood Donation",
      "short_name": "Blood",
      "description": "Access blood donation services",
      "url": "/blood-donation",
      "icons": [
        {
          "src": "/favicon.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}