Axen AI

Axen AI

Axen AI RePhraser is a powerful AI-powered tool that helps you quickly and easily rephrase your content. It uses advanced natural…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Axen AI",
  "version": "1.1.0",
  "manifest_version": 3,
  "icons": {
    "16": "favicon/favicon-16x16.png",
    "32": "favicon/favicon-32x32.png",
    "48": "favicon/favicon-32x32.png",
    "128": "favicon/favicon-32x32.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "action": {
    "default_title": "Axen AI",
    "default_popup": "instruction.html"
  }
}