when2meet-highlighter

when2meet-highlighter

Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "when2meet-highlighter",
  "description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.when2meet.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "menu.js"
  ]
}