Reacti AI

Reacti AI

Reinvent Your Twitter Game: Go Beyond Posting and Start Engaging by Replying More and Posting Less with Reacti.ai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "192": "icons/128.png"
    },
    "default_popup": "/index.html",
    "default_title": "ReactAI"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Reinvent Your Twitter Game: Go Beyond Posting and Start Engaging by Replying More and Posting Less with Reacti.ai",
  "host_permissions": [
    "http://localhost:5173/",
    "https://react-ai-demo.netlify.app/",
    "https://reacti.ai/"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Reacti AI",
  "permissions": [
    "cookies"
  ],
  "version": "1.2.3"
}