{
  "name": "Janus Chat",
  "short_name": "Janus",
  "description": "AI Chat powered by Janus",
  "start_url": "/chat?source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#63D297",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/chat/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "url": "/chat?new=true&source=pwa",
      "icons": [{ "src": "/icons/chat-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Read to Me",
      "short_name": "Read",
      "url": "/chat/read-to-me?source=pwa",
      "icons": [{ "src": "/icons/speaker-icon.png", "sizes": "96x96" }]
    }
  ]
}
