Website Optimizer AI

Website Optimizer AI

Optimize your website's copy with AI. Just click on any text on a website and get AI suggestions for improvement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Website Optimizer AI",
  "action": {
    "default_title": "Optimize page with AI",
    "default_icon": {
      "16": "img/icon_16.png",
      "48": "img/icon_48.png",
      "128": "img/icon_128.png",
      "256": "img/icon_256.png"
    }
  },
  "manifest_version": 3,
  "version": "1.0",
  "description": "Optimize your website's copy with AI. Just click on any text on a website and get AI suggestions for improvement.",
  "permissions": [
    "activeTab",
    "scripting",
    "alarms",
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "src/service-worker.js"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png",
    "256": "img/icon_256.png"
  }
}