{
  "name": "My PWA Calendar",
  "short_name": "Calendar",
  "description": "A simple calendar PWA for tracking events and bills.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#4F46E5",
  "icons": [
    {
      "src": "https://placehold.co/192x192/4F46E5/FFFFFF?text=Cal",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://placehold.co/512x512/4F46E5/FFFFFF?text=Calendar",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
