{
  "name": "Nirantar",
  "short_name": "Nirantar",
  "description": "A 75 day challenge tracker that records a miss instead of punishing it.",
  "start_url": "/#/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf9f5",
  "theme_color": "#367e83",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log today", "url": "/#/today" },
    { "name": "Log weight", "url": "/#/log" },
    { "name": "See the trend", "url": "/#/progress" }
  ]
}
