IMTLazarusv20

IMTLazarusv20

IMTLazarus's remote filtering agent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IMTLazarusv20",
  "version": "20.0",
  "short_name": "IMTLazarusv20",
  "author": "IMTCloud",
  "description": "IMTLazarus's remote filtering agent.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/youtube.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content.js"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/google_meet.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_meet.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/content_do.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/content_bl.js"
      ],
      "matches": [
        "https://www.blinklearning.com/*"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "storage",
    "geolocation",
    "notifications",
    "management",
    "browsingData",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}