Meet+

Meet+

Meet+

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/meet.js"
      ],
      "matches": [
        "https://meet.google.com/*",
        "https://api.twitch.tv/*"
      ]
    }
  ],
  "description": "Meet+",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Meet+",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2"
}