{
  "name": "SELF-BREATHE",
  "description" : "Self-Breathe is an online self-management tool for people living with chronic breathlessness.",
  "short_name": "self-breathe-app",
  "theme_color": "#2d273f",
  "background_color": "#2d273f",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "icons": [
    {
      "src": "/assets/icons/manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/icons/manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}

