{
  "name": "ConnectAi - Share To Redeem",
  "short_name": "ConnectAi",
  "description": "ConnectAi - Generate and share AI-powered content to social media platforms including Xiaohongshu, Instagram, TikTok, and more",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/tabicon.png",
      "sizes": "any",
      "type": "image/png"
    },
    {
      "src": "/tabicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/tabicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+aiposter",
      "url": "/?content=%s"
    }
  ]
}
