{
  "name": "PsycheGym",
  "short_name": "PsycheGym",
  "description": "A Licensed Psychologist built eight rooms \u2014 not to fix you, but to reveal what was always there. Train to Reveal. Mind, body, and soul.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B2B1B",
  "theme_color": "#1B2B1B",
  "lang": "en",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "medical"
  ],
  "shortcuts": [
    {
      "name": "Talk to Olive",
      "short_name": "Olive",
      "description": "Open your daily companion",
      "url": "/psychegym-companion.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Our Story",
      "short_name": "Story",
      "description": "The philosophy behind PsycheGym",
      "url": "/psychegym-philosophy.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}