{
  "name": "PurrTrack Pet Tracker",
  "short_name": "PurrTrack",
  "description": "Track and manage your pets locally and globally.",
  "start_url": "../login.html",
  "scope": "../",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#00cba9",
  "icons": [
    {
      "src": "../images/PurrTrackLogo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "../images/PurrTrackLogo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ]
}