{
  "name": "Habit Planner",
  "short_name": "Habits",
  "description": "A beautiful, intuitive habit tracking app to build better habits",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#EFF6FF",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Add Habit",
      "short_name": "Add",
      "description": "Create a new habit",
      "url": "./index.html?action=add",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
