Cydebar - AI Writer

Cydebar - AI Writer

Your AI writing assistant: Writing made easy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/wp-admin/*",
        "https://*/*/wp-admin/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Your AI writing assistant: Writing made easy!",
  "manifest_version": 3,
  "name": "Cydebar - AI Writer",
  "version": "2.0.2",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/dist/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "./popup/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "./popup/logo.png"
    },
    "default_popup": "./popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}