{
  "name": "Health Tracker",
  "short_name": "Health",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F6F2EA",
  "theme_color": "#2F6F62",
  "orientation": "portrait",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log fasting reading",
      "short_name": "Fasting",
      "url": "./index.html?quickadd=fasting",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log before-meal reading",
      "short_name": "Before meal",
      "url": "./index.html?quickadd=before_meal",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log after-meal reading",
      "short_name": "After meal",
      "url": "./index.html?quickadd=after_meal",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log bedtime reading",
      "short_name": "Bedtime",
      "url": "./index.html?quickadd=bedtime",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
