IMTSwitch

IMTSwitch

IMTLazarus extension for public organizations, acting as a trusted third party in the obfuscation of private information of minors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "IMTSwitch",
  "description": "IMTLazarus extension for public organizations, acting as a trusted third party in the obfuscation of private information of minors.",
  "version": "2.12.4",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "action": {
    "default_title": "IMTSwitch",
    "default_popup": "popup/popup.html"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/sweetalert2.min.css",
        "css/font-awesome_6.3.0_css_all.min.css",
        "css/style.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/popper.min.js",
        "js/tippy-bundle.umd.min.js",
        "js/font-awesome_6.3.0_js_all.min.js",
        "js/config.js",
        "js/common.js"
      ],
      "matches": [
        "https://admin.google.com/ac/users*"
      ]
    },
    {
      "css": [
        "css/bootstrap-3.3.4_special.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/bootstrap-3.3.2.min.js"
      ],
      "matches": [
        "https://classroom.google.com/*",
        "https://admin.google.com/ac/users*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/google-classroom.css"
      ],
      "matches": [
        "https://classroom.google.com/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "css": [
        "css/sweetalert2.min.css",
        "css/font-awesome_6.3.0_css_all.min.css",
        "css/style.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/popper.min.js",
        "js/tippy-bundle.umd.min.js",
        "js/font-awesome_6.3.0_js_all.min.js",
        "js/config.js",
        "js/common.js",
        "js/google-classroom.js"
      ],
      "matches": [
        "https://classroom.google.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "js/google-workspace.js",
        "js/text_reviewer.js"
      ],
      "matches": [
        "https://admin.google.com/ac/users*"
      ]
    },
    {
      "js": [
        "js/google-drive.js",
        "js/text_reviewer.js"
      ],
      "matches": [
        "https://drive.google.com/*"
      ]
    },
    {
      "css": [
        "css/sweetalert2.min.css",
        "css/font-awesome_6.3.0_css_all.min.css",
        "css/style.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/popper.min.js",
        "js/tippy-bundle.umd.min.js",
        "js/font-awesome_6.3.0_js_all.min.js",
        "js/config.js",
        "js/common.js",
        "js/google-mail.js"
      ],
      "matches": [
        "https://mail.google.com/mail/u/0/*",
        "https://contacts.google.com/widget/hovercard/*",
        "https://mail.google.com/dynamic-email/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/popper.min.js",
        "js/tippy-bundle.umd.min.js",
        "js/font-awesome_6.3.0_js_all.min.js",
        "js/config.js",
        "js/common.js",
        "js/google-docs.js"
      ],
      "matches": [
        "https://docs.google.com/document/*"
      ]
    },
    {
      "css": [
        "css/imtswitch_active.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/config.js",
        "js/common.js",
        "js/imtswitch_active.js"
      ],
      "all_frames": true,
      "matches": [
        "https://*.imtlazarus.com/*"
      ]
    },
    {
      "js": [
        "js/jq360min.js",
        "js/sweetalert2.all.min.js",
        "js/config.js",
        "js/common.js",
        "js/imtswitch_win_account.js"
      ],
      "all_frames": true,
      "matches": [
        "https://www.google.com/*",
        "https://www.google.es/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "ext-content/gdocs.js"
      ],
      "matches": [
        "*://docs.google.com/document/*"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ext-content/gdocs-early.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}