{
  "name": "On Your Mind",
  "short_name": "OnYourMind",
  "description": "Share what's on your mind. AI-powered emotional intelligence.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "categories": ["social", "lifestyle", "health"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Share a Thought",
      "short_name": "Post",
      "url": "/#/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mind Feed",
      "short_name": "Feed",
      "url": "/#/feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
