{
  "name": "I Heart Checklists",
  "short_name": "IHC",
  "description": "The task app that thinks for you. AI auto-categorizes, prioritizes, and time-estimates your tasks. Plan your day, track your productivity DNA, and earn badges.",
  "start_url": "/app",
  "id": "/app",
  "scope": "/app",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities"
  ],
  "background_color": "#FAFBFD",
  "theme_color": "#2D1B69",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-01.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily welcome screen with AI-powered day planning"
    },
    {
      "src": "/screenshots/mobile-02.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Task list with AI sorting and time budgets"
    },
    {
      "src": "/screenshots/mobile-03.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Task detail view with AI categorization"
    },
    {
      "src": "/screenshots/desktop-01.png",
      "sizes": "1920x910",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI-powered task list with Your Day planner and priority scores"
    },
    {
      "src": "/screenshots/desktop-02.png",
      "sizes": "1920x910",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Achievement badges and gamification system"
    },
    {
      "src": "/screenshots/desktop-03.png",
      "sizes": "1920x910",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Productivity score and Task DNA breakdown"
    },
    {
      "src": "/screenshots/desktop-04.png",
      "sizes": "1920x910",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full task list with AI sorting and bucket organization"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}