TAU Factor

TAU Factor

Extension for www.tau-factor.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "he",
  "version": "3.0.0",
  "background": {
    "scripts": [
      "eventpage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "TAU Factor"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.tau-factor.com/*",
        "https://tau-factor.com/*"
      ],
      "js": [
        "installed.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://iims.tau.ac.il/tal/TP/Tziunim_L.aspx*",
        "https://www.ims.tau.ac.il/tal/TP/Tziunim_L.aspx*",
        "https://iims.tau.ac.il/Tal/TP/Tziunim_L.aspx*",
        "https://www.ims.tau.ac.il/Tal/TP/Tziunim_L.aspx*"
      ],
      "all_frames": true,
      "js": [
        "add_buttons.js"
      ],
      "run_at": "document_end"
    }
  ]
}