UHRS

UHRS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "UHRS",
  "version": "4.2.0",
  "manifest_version": 3,
  "icons": {
    "128": "uhrs-logo.png"
  },
  "action": {
    "default_icon": {
      "128": "uhrs-logo.png"
    },
    "default_popup": "./popup.html"
  },
  "side_panel": {
    "default_path": "sidePanel.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Opens extension popup."
    },
    "screenshot": {
      "suggested_key": "Alt+C",
      "description": "Take a screenshot of an issue."
    },
    "select-element": {
      "suggested_key": "Alt+Z",
      "description": "Select an element associated with an issue."
    },
    "skip-judgment": {
      "suggested_key": "Alt+X",
      "description": "Skip the current HIT."
    }
  },
  "permissions": [
    "pageCapture",
    "cookies",
    "webNavigation",
    "tabs",
    "webRequest",
    "declarativeNetRequest",
    "storage",
    "scripting",
    "alarms",
    "sidePanel",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.bing.com/*",
    "*://*.msn.com/*",
    "*://prod.uhrs.playmsn.com/*",
    "*://debug.prod.uhrs.playmsn.com/*",
    "*://int.uhrs.playmsn.com/*",
    "*://debug.int.uhrs.playmsn.com/*",
    "*://dev.uhrs.playmsn.com/*",
    "*://debug.dev.uhrs.playmsn.com/*",
    "https://ntp.msn.com/edge/ntp?locale=en-US&title=New%20tab",
    "*://scrapesstore.blob.core.windows.net/*",
    "*://uhrshitdata.blob.core.windows.net/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://prod.uhrs.playmsn.com/*",
      "*://debug.prod.uhrs.playmsn.com/*",
      "*://int.uhrs.playmsn.com/*",
      "*://debug.int.uhrs.playmsn.com/*",
      "*://dev.uhrs.playmsn.com/*",
      "*://debug.dev.uhrs.playmsn.com/*",
      "*://www.uhrs.ai/*",
      "*://sandbox.uhrs.ai/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}