{
  "name": "Fasting Notes",
  "short_name": "Fasting",
  "description": "Track your fasting window and get clear answers to common fasting questions about 16:8, OMAD, circadian eating, sleep, and meal timing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1b150f",
  "theme_color": "#1b150f",
  "categories": ["health", "lifestyle", "food"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Fast",
      "short_name": "Fast",
      "description": "Jump to the fasting timer",
      "url": "/#timer"
    },
    {
      "name": "Articles",
      "short_name": "Articles",
      "description": "Browse fasting articles",
      "url": "/#articles"
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read the Fasting Notes blog",
      "url": "/#blog"
    }
  ]
}
