Marfeel Copilot

Marfeel Copilot

Marfeel Copilot for Chrome makes Marfeel real-time data and AI Suggestions available with a click of a button right in your CMS…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Marfeel Copilot",
  "version": "1.0.0.1049",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlIj7CSw3O2hwIZBJkNxExGRlXDAkZIgqiJxESG4RjDJeF/vLpzLtoWnfkTHEIRdACNFPcF8TLmO22zex3P0IWzZs09/cs7p/06qhfQAExbMuSyLpIIyox42uXid34n48ONDKkd7hwkn35AMu22XgA+CuEBo+oUHvSMixEJQgWGekMHmv/65QvI8Ob4r0TuvKxRPoL01bRvdc8r072wqQy8MX6VtCFzZ4OHPIoWmJ8OFEeKDeX7CBGi1ovgPai97csRF610+GQ4C8IOdEKPL88NWaDSaUcKQszV1kIGjUMKmNwDDrjInAmTTG1+tc/RotT30EGpSgllQwV32jMgG6bwIDAQAB",
  "icons": {
    "16": "icons/marfeel-16-16.png",
    "32": "icons/marfeel-32-32.png",
    "48": "icons/marfeel-48-48.png",
    "128": "icons/marfeel-128-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script.ts-loader-0fecd91e.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/content-script-4c4b02f8.css"
      ]
    }
  ],
  "action": {
    "default_title": "Click to open panel"
  },
  "permissions": [
    "sidePanel",
    "tabs",
    "declarativeNetRequestWithHostAccess",
    "browsingData",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://hub.marfeel.com/*",
      "https://localhost.mrf.io:8080/*"
    ]
  },
  "side_panel": {
    "default_path": "src/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*/main-world.ts"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/_commonjsHelpers-adab97e9.js",
        "assets/clipboard-1eda14a1.js",
        "assets/jsx-runtime-d3413aff.js",
        "assets/uil-message-eb4450a6.js",
        "assets/uil-redo-878bab41.js",
        "assets/uil-copy-8afb28fb.js",
        "assets/uil-link-df1ec8a7.js",
        "assets/main-world.ts-1daff51c.js",
        "assets/content-script.ts-1c2b38ec.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "version_name": "1.0.0.1049"
}