General Collaboration

General Collaboration

General Collaboration

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.3001eadb.png",
    "32": "icon32.plasmo.54d4e3ab.png",
    "48": "icon48.plasmo.931bf8ee.png",
    "64": "icon64.plasmo.5b447064.png",
    "128": "icon128.plasmo.4c3a78e0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.3001eadb.png",
      "32": "icon32.plasmo.54d4e3ab.png",
      "48": "icon48.plasmo.931bf8ee.png",
      "64": "icon64.plasmo.5b447064.png",
      "128": "icon128.plasmo.4c3a78e0.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.16.0",
  "author": "Plasmo Corp. <[email protected]>",
  "name": "General Collaboration",
  "description": "General Collaboration",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.figma.com/*"
      ],
      "js": [
        "figma.8054a9a0.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ui.15c61905.js"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3001/*",
      "https://app.gc.me/*",
      "https://staging.gc.me/*"
    ]
  },
  "host_permissions": [
    "<all_urls>",
    "wss://*/*",
    "ws://*/*"
  ],
  "minimum_chrome_version": "116",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1Mliw/kBsRZlziWvt8m0aeUa9Q3MdgWcUME0OcIKXfZYqV6lZ52iMVUy/Pv+tZxzr2B0r9k8E7+5H23ZjoR6vhSAxMIgagSVvgYqerE6w5hX9bDqSAn2Qo759ctC6AjIvQLZEifhKTxbS0aKffY9/JmzFpKxF5s/Gsq6cD5fd38J/P+4aZgDv9blTIzKgU8rlqNG6CfBt+83hJfcSeACU5uxisPNdvJeAMt5AYaumLcJyacYCH6IUk4SXH8L/7P3SW1ednp5dQ7leyFwOfbijVFkWHWfHtfcVwh1vL/bqS/g0DcrxrldPOHFy4wEIFZ+u2p7VH/eHh4qcVishWESQIDAQAB",
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.figma.com/*"
      ],
      "resources": [
        "figma.024ad6ab.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "browser.56d752ce.js",
        "figma.024ad6ab.css"
      ]
    }
  ]
}