CopyAI

CopyAI

CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CopyAI",
  "version": "0.0.5",
  "background": {
    "scripts": [
      "./bg.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "assets/16icon.png",
    "48": "assets/48icon.png",
    "128": "assets/128icon.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.google.com https://www.gstatic.com 'unsafe-eval'; object-src 'self' https://apis.google.com https://www.google.com https://www.gstatic.com",
  "permissions": [
    "https://apis.google.com/js/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.copy.ai/*"
    ]
  }
}