Genetec Clearance Capture

Genetec Clearance Capture

Screenshot capture software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Genetec Clearance Capture",
  "description": "Screenshot capture software",
  "version": "1.0.2.7",
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "": "COMMENT: IF 'js/vendor.bundled.js' IS RENAMED, CHANGE NEEDS TO BE REFLECTED IN Screenshotter.ts",
      "js": [
        "js/vendor.bundled.js",
        "js/screenshotter.DOM.bundled.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/vendor.bundled.js",
      "js/background.bundled.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "tabs",
    "identity",
    "activeTab",
    "pageCapture",
    "background"
  ]
}