{
  "name": "RepUp — Habit Tracker",
  "short_name": "RepUp",
  "description": "Build better habits. Track your progress daily.",
  "start_url": "./landing.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f4",
  "theme_color": "#6366f1",
  "lang": "en",
  "categories": ["fitness", "health", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Habit",
      "short_name": "New",
      "url": "./index.html?page=add",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}