// PWA Web App Manifest for Vivid Tasks
// Referenced from index.html as /manifest.json (served statically)
{
  "background_color": "#f0f9ff",
  "description": "A bright, minimalist task management platform to organize your work, personal, and study tasks.",
  "display": "standalone",
  "icons": [
    {
      "purpose": "any maskable",
      "sizes": "192x192",
      "src": "https://vibe.filesafe.space/1786811811746562077/assets/b5825379-d4ef-4cfd-8709-761f41ddc586.png",
      "type": "image/png"
    },
    {
      "purpose": "any maskable",
      "sizes": "512x512",
      "src": "https://vibe.filesafe.space/1786811811746562077/assets/b5825379-d4ef-4cfd-8709-761f41ddc586.png",
      "type": "image/png"
    }
  ],
  "name": "Daily Tasks — Colorful Task Management",
  "orientation": "portrait-primary",
  "short_name": "Daily Tasks",
  "start_url": "/",
  "theme_color": "#7dd3fc"
}
