Hexospark

Hexospark

Hexospark is the all-in-one email and CRM platform designed to spark conversations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hexospark",
  "description": "Hexospark is the all-in-one email and CRM platform designed to spark conversations",
  "version": "2.0.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": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "ids": [
      "jepkghbmlhdpchijeggibjkjojkphnaj",
      "gakffndhiikobghgngoklhjadghmodjd",
      "kkibpkfbiafckaoakgfehlhgbnekmfed",
      "jmpflegmbfmkimhdhfbjhpnncahdmodo",
      "polplbolihoddfjniedkmdpcnpckahaf",
      "adbafkbbdjfjfeobdageolemihkcodoe",
      "pjeiccocimaglmiedhkfocfamgdfojfe",
      "gijcnkiffdhjlcdcgccnfhkkhmnkighf",
      "lgddnedhbaodplhbhpcfglffjgbpdaph"
    ],
    "matches": [
      "https://hexospark.com/*",
      "https://dash.hexospark.com/*",
      "https://hexospark.hexact.io/*",
      "https://dashhexospark.hexact.io/*",
      "http://localhost:8000/*",
      "http://localhost:3000/*",
      "http://localhost:3281/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://dash.hexospark.com/*",
        "https://hexospark.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}