{
  "name": "Pocket Uplift",
  "short_name": "Pocket Uplift",
  "description": "A lightweight wellbeing PWA for Roehampton students with a short daily check-in and explainable micro-actions.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#e6f7f3",
  "theme_color": "#2a8c80",
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
