{
  "name": "WhiskerLog - Pet Feeding Tracker",
  "short_name": "WhiskerLog",
  "description": "Track your pet's feeding schedule and nutrition",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#212529",
  "theme_color": "#212529",
  "orientation": "portrait-primary",
  "icons": [
    { 
      "src": "/static/icons/WHISKER_LOG_Light-teal-bg-PWA-manifest-small.png", 
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "any maskable"
    },
    { 
      "src": "/static/icons/WHISKER_LOG_Light-teal-bg-PWA-manifest.png", 
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}