Visual Debug - feedback collection tool

Visual Debug - feedback collection tool

Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Visual Debug - feedback collection tool",
  "description": "Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.",
  "homepage_url": "https://visualdebug.com",
  "version": "1.3.5",
  "author": "RAZORlabs",
  "icons": {
    "16": "res/icons/16.png",
    "48": "res/icons/48.png",
    "128": "res/icons/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*.css",
        "html/*.html",
        "res/content/*.png",
        "res/content/*.gif",
        "res/fonts/*.woff",
        "res/fonts/*.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "offline_enabled": true,
  "action": {
    "default_icon": "res/icons/48.png",
    "default_popup": "html/browser-action/popup.html",
    "default_title": "Visual Debug"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}