{
  "name": "Clarity",
  "short_name": "Clarity",
  "description": "Your cutie productivity companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf0f5",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "categories": [
    "productivity",
    "lifestyle",
    "health"
  ],
  "shortcuts": [
    {
      "name": "Add Habit",
      "short_name": "Habit",
      "url": "/?tab=habits",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today's Tasks",
      "short_name": "Tasks",
      "url": "/?tab=tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}