{
  "id": "habitkiln-tracker",
  "name": "HabitKiln - Daily Habit Tracker",
  "short_name": "HabitKiln",
  "description": "Build better habits with visual tracking and progress monitoring",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#111827",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://habitkiln.com"
    },
    {
      "origin": "https://www.habitkiln.com"
    }
  ],
  "categories": ["productivity", "lifestyle", "health"],
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71de-4444-8f2c-c047dc840b2d",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://habitkiln.com/manifest.json",
      "id": "habitkiln-tracker"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "background_sync": [
    {
      "tag": "habit-sync",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
