{
  "name": "Bento Task Tracker",
  "short_name": "BentoTask",
  "description": "A premium task tracker with bento grid layout.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "icons": [
    {
      "src": "https://placehold.co/192x192/111827/white/png?text=Bento",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/111827/white/png?text=Bento",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}