{
  "name": "MindfulHand",
  "short_name": "MindfulHand",
  "description": "Your companion for venting, chatting and feeling heard. Mindfulness, soundscapes, CBT tools, and journaling for students.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F1F5F9",
  "theme_color": "#2BB5C4",
  "lang": "en-US",
  "categories": ["health", "lifestyle", "education"],
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Chat with Ollie", "short_name": "Ollie", "url": "./#chat", "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }] },
    { "name": "Breathing", "short_name": "Breathe", "url": "./#breathing", "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }] },
    { "name": "Soundscapes", "short_name": "Sounds", "url": "./#soundscapes", "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }] }
  ]
}
