{
  "name": "Lazy To-Do",
  "short_name": "LazyToDo",
  "description": "Free daily planner, habit tracker, and task manager. No account needed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f1f5f1",
  "theme_color": "#14532d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/favicon.png",
      "sizes": "196x196",
      "type": "image/png"
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Lazy To-Do – Daily Planner and Habit Tracker"
    }
  ],
  "lang": "en",
  "dir": "ltr"
}