Research AI

Research AI

Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Research AI",
  "description": "Research AI - Helps you write marketing content, blog articles, website copies, ecommerce product descriptions and more 10x faster.",
  "version": "1.0.2",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Research AI for Chrome",
    "default_icon": "icon.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}