Blur Background for Google Meet™

Blur Background for Google Meet™

Blur out your background during a Google Meet call. Protect your Privacy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "author": "Free Simple Apps",
  "version": "1.0.1",
  "version_name": "1.0.1",
  "default_locale": "en",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "ui/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "scripts/common.js",
        "scripts/[email protected]",
        "scripts/browser-polyfill.js",
        "scripts/config.js",
        "scripts/[email protected]",
        "scripts/virtualBg.js",
        "scripts/sidebar.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/config.js",
      "scripts/background.js",
      "scripts/welcome-goodbye.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "/styles/*",
    "/images/*",
    "/webfonts/*",
    "/scripts/*"
  ],
  "homepage_url": "https://blur-background.pdfwork.com/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}