{
  "name": "Studio of the Mind",
  "short_name": "Studio of the Mind",
  "description": "Elevate your thinking with AI personas for deeper insights and enhanced creativity",
  "start_url": "/?pwa=true",
  "display": "standalone",
  "background_color": "#0B1020",
  "theme_color": "#1E90FF",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "utilities"],
  "lang": "en",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Chat with Personas",
      "short_name": "Chat",
      "description": "Start a conversation with AI personas",
      "url": "/personas",
      "icons": [{ "src": "/brand/sotm-logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Optimize Prompt",
      "short_name": "Optimize",
      "description": "Refine your prompts with AI",
      "url": "/optimizer",
      "icons": [{ "src": "/brand/sotm-logo-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/brand/sotm-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/sotm-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Studio of the Mind mobile interface"
    }
  ]
}