meet custom logo

meet custom logo

cambia il logo di meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "meet custom logo",
  "version": "1.0",
  "description": "cambia il logo di meet",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "page.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}