SmartForm Assistant

SmartForm Assistant

A tool for aiding the debugging of Nintex SmartForms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SmartForm Assistant",
  "version": "2.0.0.0",
  "description": "A tool for aiding the debugging of Nintex SmartForms",
  "minimum_chrome_version": "88.0",
  "devtools_page": "html/devtools.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "https://*.sfassist.com/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "/assets/icons/Logo16XBright.png",
    "32": "/assets/icons/Logo32XBright.png",
    "48": "/assets/icons/Logo48X.png",
    "64": "/assets/icons/LogoBeam64X.png",
    "128": "/assets/icons/LogoGreyBeam128X.png"
  },
  "manifest_version": 3
}