{
  "name": "Sleep Tracker",
  "short_name": "Sleep",
  "description": "Personal sleep quality tracker",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#090e1c",
  "theme_color": "#090e1c",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "icons/icon-512.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
