MUT.GG Binder Sync

MUT.GG Binder Sync

Syncs your binder with MUT.GG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MUT.GG Binder Sync",
  "version": "1.1",
  "description": "Syncs your binder with MUT.GG",
  "manifest_version": 3,
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "http://127.0.0.1/*",
    "https://www.mut.gg/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/*",
      "*://www.mut.gg/*"
    ]
  },
  "icons": {
    "16": "favicon-16.png",
    "32": "favicon-32.png",
    "48": "favicon-48.png"
  }
}