{
  "name": "NeoNexus",
  "short_name": "NeoNexus",
  "description": "Your intelligent AI companion. Ask, learn, and grow with every conversation.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Chat", "url": "/?new=1", "icons": [{ "src": "/favicon.png", "sizes": "192x192" }] },
    { "name": "Marketplace", "url": "/marketplace" },
    { "name": "Achievements", "url": "/achievements" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["productivity", "education", "utilities"]
}
