{
  "short_name": "ProcessIt",
  "name": "ProcessIt: Social Worker Support",
  "description": "A private safe space for social workers, therapists, and mental health professionals to vent, decompress, and grow.",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#111327",
  "background_color": "#F7F4EE",
  "categories": ["health", "lifestyle", "productivity"],
  "lang": "en",
  "shortcuts": [
    {
      "name": "New Vent",
      "short_name": "Vent",
      "description": "Start a new vent session",
      "url": "/vent",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grounding Tools",
      "short_name": "Ground",
      "description": "Open grounding exercises",
      "url": "/grounding",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
