{
  "name": "Habit Tracker & Notes",
  "short_name": "HabitTracker",
  "description": "Track your habits and take notes seamlessly.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Add Habit",
      "short_name": "Add Habit",
      "description": "Create a new habit to track",
      "url": "/habits?action=add",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open your notes",
      "url": "/notes",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
