IntelliCapture - Plugin

IntelliCapture - Plugin

SurfaceAI is the Business Process Discovery Product from SurfaceInsight Technologies Private Ltd.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IntelliCapture - Plugin",
  "version": "1.0",
  "description": "SurfaceAI is the Business Process Discovery Product from SurfaceInsight Technologies Private Ltd.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webNavigation",
    "scripting"
  ],
  "background": {
    "page": "background.html"
  },
  "action": {
    "default_icon": {
      "16": "assets/logo16.png"
    }
  },
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/",
    "http://localhost:5000/*",
    "http://127.0.0.1:3000/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "removeListener.js",
        "xpath_print.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eebd65e7-a8ca-44ce-899d-4a8fdac78447}"
    }
  }
}