IMAGE Extension

IMAGE Extension

Extension for the McGill IMAGE project. This is a beta release.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "0.4.64",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://image.a11y.mcgill.ca",
  "default_locale": "en",
  "icons": {
    "128": "image-icon-128.1094cb2d.png"
  },
  "action": {
    "default_icon": "image-icon-128.1094cb2d.png",
    "default_popup": "options.ba744f3b.html"
  },
  "options_ui": {
    "page": "options.ba744f3b.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "storage",
    "scripting",
    "offscreen"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.bf0d6f3b.js",
    "type": "module"
  },
  "commands": {
    "run-launchpad": {
      "suggested_key": {
        "default": "Alt+I"
      },
      "description": "Trigger IMAGE Launchpad"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.18adcaa1.js"
      ],
      "css": [
        "styles.fa526e40.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "info/info-utils.js",
        "info/info.js",
        "info/info.html",
        "feedback/feedback.html",
        "feedback/feedback.js",
        "charts/charts-utils.js",
        "launchpad/launchpad.html",
        "launchpad/launchpad.css",
        "launchpad/launchpad.js",
        "firstLaunch/firstLaunch.html",
        "firstLaunch/firstLaunch.css",
        "firstLaunch/firstLaunch.js",
        "maps/maps-utils.js",
        "hAPI/hapi-utils.js",
        "hAPI/worker.js",
        "errors/http_error.html",
        "errors/no_renderings.html",
        "progressBar/progressBar.html",
        "audio/IMAGE-Error.mp3",
        "audio/IMAGE-Processing.mp3",
        "audio/IMAGE-RequestSent.mp3",
        "audio/IMAGE-ResultsArrived.mp3",
        "offscreen.html",
        "offscreen.js",
        "buttons.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}