{
  "name": "Day Flow V39 Premium Study Experience",
  "short_name": "Day Flow",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7f4ff",
  "theme_color": "#6d55e8",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "description": "Plan, focus, study, review and improve with Day Flow.",
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Task",
      "url": "./?action=task"
    },
    {
      "name": "Focus Session",
      "short_name": "Focus",
      "url": "./?action=focus"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./?view=today"
    },
    {
      "name": "Study",
      "short_name": "Study",
      "url": "./?view=study"
    }
  ]
}