{
  "name": "HabiTick",
  "short_name": "HabiTick",
  "description": "The ultimate companion for building lasting habits and achieving your daily goals.",
  "categories": [
    "productivity",
    "health",
    "lifestyle"
  ],
  "orientation": "portrait",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "id": "/",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "shortcuts": [
    {
      "name": "Habits",
      "short_name": "Habits",
      "description": "View your daily habits",
      "url": "/?tab=tasks",
      "icons": [{ "src": "/habitick-blue-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Analytics",
      "short_name": "Stats",
      "description": "View your progress stats",
      "url": "/?tab=analytics",
      "icons": [{ "src": "/habitick-blue-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Write in your daily journal",
      "url": "/?tab=journal",
      "icons": [{ "src": "/habitick-blue-logo.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/habitick-blue-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/habitick-blue-logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Habit Tracking View"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Analytics View"
    },
    {
      "src": "/screenshot3.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Journal View"
    },
    {
      "src": "/screenshot4.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Profile View"
    }
  ]
}