GateScanner CDR browser plugin

GateScanner CDR browser plugin

Ensure downloaded files are safe using GateScanner Content Disarm and Reconstruction (CDR)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "matches": [
      "http://*/api/*",
      "https://*/api/*"
    ],
    "scripts": [
      "js/common.js",
      "js/jquery-3.4.1.min.js",
      "js/cookie.js",
      "js/background.js",
      "vendors/pnotify/dist/pnotify.js",
      "vendors/pnotify/dist/pnotify.buttons.js",
      "vendors/pnotify/dist/pnotify.nonblock.js"
    ],
    "css": [
      "vendors/pnotify/dist/pnotify.css",
      "vendors/pnotify/dist/pnotify.buttons.css",
      "vendors/pnotify/dist/pnotify.nonblock.css",
      "vendors/pnotify/dist/pnotify.material.css",
      "vendors/bootstrap-4.1.3-dist/css/bootstrap.css"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GateScanner CDR browser plugin"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/api/*"
      ],
      "js": [
        "js/Options.js",
        "js/inprocess.js",
        "js/common.js",
        "js/debugout.js",
        "js/cookie.js",
        "js/popup.js",
        "js/nallowed.js"
      ],
      "css": [
        "css/fontawesome-free-5.11.1-web/css/fontawesome.min.css"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval' blob:; object-src 'self'",
  "name": "GateScanner CDR browser plugin",
  "short_name": "GateScanner Agent",
  "version": "1.1.0.16",
  "description": "Ensure downloaded files are safe using GateScanner Content Disarm and Reconstruction (CDR) ",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon-image.png"
  },
  "permissions": [
    "downloads",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "background",
    "tabs",
    "https://gssddemo.sasa-software.com/*",
    "http://*/api/*",
    "https://*/api/*"
  ],
  "homepage_url": "https://www.sasa-software.com/",
  "options_page": "Options.html"
}