Google Meet Party Button

Google Meet Party Button

Send your celebrate effects during the Google Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "action": {
    "default_icon": "img/512.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_AppName__"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_AppDesc__",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "offline_enabled": true,
  "version": "3.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/reactions/*.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "homepage_url": "https://google-meet-celebrate.dllplayer.com"
}