{
  "id": "/fasted/",
  "name": "Fasted — fasting timer",
  "short_name": "Fasted",
  "description": "A fasting timer that shows what your body is actually doing, hour by hour, with every claim graded by evidence quality.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0B1220",
  "theme_color": "#0B1220",
  "categories": ["health", "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": "Start a fast",  "url": "./index.html?a=start",  "description": "Begin the timer" },
    { "name": "Hunger help",   "url": "./index.html?a=help",   "description": "Get a tactic for right now" }
  ]
}
