{
  "name": "HabitFix",
  "short_name": "HabitFix",
  "description": "Build habits that stick, one day at a time.",
  "start_url": "/habitfix_deploy/html/",
  "display": "standalone",
  "background_color": "#f5f2ec",
  "theme_color": "#c8401a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "scope": "/habitfix_deploy/"
}