Virtual Backgrounds for Google Meet™

Virtual Backgrounds for Google Meet™

Use a Virtual Background for Google Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/browser-polyfill.js",
      "/js/update-conf.js",
      "/js/update.js",
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "48": "img/48.png",
      "128": "img/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_AppName__"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_AppDesc__",
  "homepage_url": "https://background-meet.freefinancetools.net",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "offline_enabled": true,
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "/js/[email protected]",
        "/js/browser-polyfill.js",
        "/js/[email protected]",
        "/js/contents.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "https://meet.google.com/*"
  ],
  "short_name": "VirtualBackgroundsForMeet",
  "version": "1.0.2",
  "web_accessible_resources": [
    "js/mediaSourceSwap.js",
    "img/*.jpg"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}