Waggle

Waggle

Add visibility and simplicity over the use of Google Meet™ for you and your team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Waggle",
  "description": "Add visibility and simplicity over the use of Google Meet™ for you and your team",
  "version": "1.3.8854",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "waggle",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*-*-*",
        "*://meet.google.com/*-*-*?*",
        "*://meet.google.com/new",
        "*://meet.google.com/new?*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "tabs",
    "idle",
    "identity",
    "https://meet.google.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    "helpers/google-meet-attendees.js"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxblheEmW5OZQ2mU7ygriGbtNiqBPOe/dG6140uR6dkOyh/xZh3Sfd5ILCO+W+U/YThzm0+Uv1iYI35rYEOAFNlUN8IafqYV/PknFpuo7j9WdYeKNF4/yZTXm7h8z4iXTGaQnjKWETThJDDZtXdQv3IkuIERKoSne/SN4nnywdmfOI+yfYlLiHJV9vPgShVME0tY15BWG8k1eDkOSdZm4t7W2GP8wREaFLrJg09rq4mmK7HC5DzOarCLm/U5EmQphjM3GpZqFAxmbYfajfjNuGlK8VXYWuqckAHygKcaNkZuYjS8K20t9qtITLZ59G0K8RJDm0S9DtkyraEc/iXaxxwIDAQAB"
}