{
  "name": "Ouson Health Management",
  "short_name": "Ouson Health",
  "description": "Track vitals, goals, devices, reminders, and health reports in one connected Ouson health app.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f4f7fb",
  "theme_color": "#1d2c65",
  "categories": ["health", "medical", "utilities"],
  "icons": [
    {
      "src": "./assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Measurement",
      "short_name": "Add",
      "url": "./index.html#add",
      "icons": [{ "src": "./assets/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Health History",
      "short_name": "History",
      "url": "./index.html#timeline",
      "icons": [{ "src": "./assets/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
