{
  "name": "Elwind",
  "short_name": "Elwind",
  "description": "Interactive daily, weekly, and monthly checklists with a built-in break timer for calm, repeatable routines.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1b150f",
  "theme_color": "#1b150f",
  "categories": ["health", "lifestyle", "fitness"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Break Timer",
      "short_name": "Timer",
      "description": "Jump to the break timer",
      "url": "/#timer"
    },
    {
      "name": "Checklists",
      "short_name": "Checklists",
      "description": "Browse daily, weekly, and monthly checklists",
      "url": "/#checklists"
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read the routine tips blog",
      "url": "/#blog"
    }
  ]
}
