Hexomatic

Hexomatic

The no-code, data extraction and work automation platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hexomatic",
  "description": "The no-code, data extraction and work automation platform.",
  "version": "1.8.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./icon16.png",
      "48": "./icon48.png",
      "128": "./icon128.png"
    }
  },
  "icons": {
    "16": "./icon16.png",
    "48": "./icon48.png",
    "128": "./icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "ids": [
      "gaeglheibddedbjiehaeeacoldaiimkl",
      "jmpflegmbfmkimhdhfbjhpnncahdmodo",
      "pdafbekgencanldlcjdagfjmihjjcoef",
      "nhibigcgaipebhhkncfgblijenpjhgpp",
      "bmnlpebnhjbjgbdmiaalflcjjfkfbpgf",
      "jjphfeeonaidkhddfiihhiemoaabpaah",
      "fiebpkfinhoigbcfenmclogdkaligfbl",
      "jldcheckmiaadnhakbpdjhcdddeiglcc"
    ],
    "matches": [
      "https://hexomatic.com/*",
      "https://dash.hexomatic.com/*",
      "https://hexomatic.hexact.io/*",
      "https://dashhexomatic.hexact.io/*",
      "http://localhost:8000/*",
      "http://localhost:3000/*"
    ],
    "accepts_tls_channel_id": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://dash.hexomatic.com/*",
        "https://hexomatic.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}