{
  "name": "PLANORA: Life Flow",
  "short_name": "PLANORA",
  "description": "Life Flow - Offline-first annual planner for tasks, goals, habits, and reminders.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0B5FFF",
  "lang": "en",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/app-wide.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Annual Planner home view"
    },
    {
      "src": "./screenshots/app-narrow.png",
      "sizes": "270x360",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Annual Planner mobile view"
    }
  ]
}
