{
  "name": "Osman · Keeper of the Sultan's Health",
  "short_name": "Osman",
  "description": "Your daily health & weight-loss console.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0D10",
  "theme_color": "#0E0D10",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "launch_handler": { "client_mode": "focus-existing" },
  "shortcuts": [
    { "name": "Log water", "short_name": "Water", "url": "./?a=water", "icons": [{ "src": "sc-water.png", "sizes": "192x192" }] },
    { "name": "Photo a meal", "short_name": "Photo", "url": "./?a=photo", "icons": [{ "src": "sc-photo.png", "sizes": "192x192" }] },
    { "name": "Describe a meal", "short_name": "Describe", "url": "./?a=food", "icons": [{ "src": "sc-food.png", "sizes": "192x192" }] }
  ]
}
