Atarim - Visual Website Collaboration

Atarim - Visual Website Collaboration

Instantly collaborate visually on any website. Streamline feedback, prioritize tasks, and manage projects with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Atarim - Visual Website Collaboration",
  "description": "Instantly collaborate visually on any website. Streamline feedback, prioritize tasks, and manage projects with ease.",
  "version": "1.5.4",
  "manifest_version": 3,
  "icons": {
    "16": "./icons/Atarim_Icon_Chrome_16.png",
    "32": "./icons/Atarim_Icon_Chrome_32.png",
    "48": "./icons/Atarim_Icon_Chrome_48.png",
    "128": "./icons/Atarim_Icon_Chrome_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.atarim.local/*",
      "*://localhost:*/*",
      "*://*.atarim.io/*",
      "*://*.wpfeedback.co/*"
    ]
  },
  "background": {
    "type": "module",
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./scripts/content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-eval'; child-src 'self';"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq1OtvrQXh9n2gKKvd7M1G3ECuvQXNLLW36WWn9+gvv9oxAFLl1bVwFIoR3cukbbQzB/taQztdaZwnCnWbcSI0mEwzfxIx92A1DRxK1rp/tCd1HXLKVGtwYfQGii6lFt1O3J6RafvLBQ3e+t60X1xkTLpYwRc6LY+Z5oFVOhzAu2fQhgA/TzkTmv63qmPP0WYH9FnJQXxWk1MDd9sOAKD/ojt9hsAvnex1x5GzWKg+FrmbyrIkHoU6hLjc1e3bzsK8h9D9AxAehjavvlpuGvwO5dQjVg9X9JqYJRMkQwQzpRExLWOGQEBmiijydxx5fxWUJHCqczmUl+CYsnlTcgFlwIDAQAB",
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ]
}