RPS-Plugin Backgrounds Slates (PBS)

RPS-Plugin Backgrounds Slates (PBS)

Virtual Backgrounds for Google Meet™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.6",
  "default_locale": "en",
  "name": "RPS-Plugin Backgrounds Slates (PBS)",
  "description": "__MSG_AppDesc__",
  "homepage_url": "https://meetplugin.com/",
  "short_name": "VirtualBackgroundsForMeet",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/16i.png",
    "48": "img/48i.png",
    "128": "img/128i.png",
    "256": "img/256i.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/16i.png",
      "32": "img/32i.png",
      "48": "img/48i.png",
      "128": "img/128i.png"
    },
    "default_title": "RPS-Plugin Backgrounds Slates (PBS)"
  },
  "background": {
    "scripts": [
      "/js/browser-polyfill.js",
      "/js/background.js",
      "/js/update.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "/js/[email protected]",
        "/js/browser-polyfill.js",
        "/js/[email protected]",
        "/js/contents.js"
      ]
    }
  ],
  "offline_enabled": true,
  "web_accessible_resources": [
    "js/mediaSourceSwap.js",
    "img/*.jpg",
    "img/*.png"
  ]
}