Meetflip

Meetflip

Flip the Google Meet webcam preview..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meetflip",
  "version": "0.1.0",
  "minimum_chrome_version": "10.0",
  "description": "Flip the Google Meet webcam preview..",
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "js/*"
  ]
}