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


{
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.0.1",
  "version_name": "1.0.1",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "/js/update-conf.js",
      "/js/update.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "img/512.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_AppName__"
  },
  "web_accessible_resources": [
    "/img/reactions/*.gif"
  ],
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}