Usability Recorder

Usability Recorder

Remote usability testing tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "includes/content.js"
      ]
    }
  ],
  "name": "__MSG_info_name__",
  "default_locale": "en",
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "res/*"
  ],
  "description": "__MSG_info_description__",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "https://fabuza.ru/",
  "version": "0.14.75",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "webNavigation",
    "<all_urls>",
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "https://beta-test-fabuza.azurewebsites.net/*",
      "https://test.fabuza.ru/*",
      "https://beta-test.fabuza.ru/*",
      "https://test.fabuza.com/*",
      "https://localhost/*"
    ]
  }
}