Mercator Studio for Google Meet

Mercator Studio for Google Meet

Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mercator Studio for Google Meet",
  "version": "2.2.1",
  "author": "Xing (x-ing.space)",
  "description": "Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!",
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "injector.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "128": "icon.png"
    }
  },
  "web_accessible_resources": [
    "script.js"
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2
}