{
  "name": "InToDoFlow",
  "short_name": "InToDoFlow",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "description": "A powerful daily task manager with recurring schedules and background push notifications.",
  "orientation": "portrait",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://picsum.photos/seed/tf-screen1/1080/1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Task Overview"
    }
  ]
}
