Meet Lattice

Meet Lattice

Embed Lattice inside of Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Meet Lattice",
  "description": "Embed Lattice inside of Meet",
  "version": "0.0.4",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "101.0"
    }
  },
  "minimum_chrome_version": "101",
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://*.latticehq.com/"
  ],
  "background": {
    "service_worker": "background.cb9bc850.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.e2278e79.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ],
      "css": []
    }
  ],
  "action": {},
  "icons": {
    "16": "icon16.ede7306b.png",
    "48": "icon48.120367bc.png",
    "128": "icon128.a99d0a08.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "resources": [
        "iframe.f1ecdb86.html",
        "iframe.5d5731e7.js",
        "iframe.3c90dedc.css"
      ]
    }
  ]
}