{
  "name": "Habits",
  "short_name": "Habits",
  "description": "Habit tracking and todo lists",
  "start_url": "/habits/",
  "scope": "/habits/",
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#16a34a",
  "background_color": "#f5f5f5",
  "icons": [
    {
      "src": "./icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
