{
  "name": "FLOW — Ultimate Productivity System",
  "short_name": "FLOW",
  "description": "Habit tracker, daily planner, budget tracker, goals, pomodoro timer and journal — all in one app.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#c8f060",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Habit Tracker",
      "short_name": "Habits",
      "description": "Track your daily habits",
      "url": "/index.html#habits"
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "description": "Start a pomodoro session",
      "url": "/index.html#pomodoro"
    }
  ]
}
