Rational Functional Tester - Functional Test

Rational Functional Tester - Functional Test

Enables Rational Functional Tester - Functional Test support for web applications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCatqs1l+pTfwgFEJfVtWxDtxiWgnxUY6a6z44QSb/AW31gVwW3gUa0Vqb9GGc5araVTAKisBuME23VLSylXipf8sGqiXTwM/634T8TWgJ4epftRVrL6CBXYSO32VEZA/idgsvIR8mv/u1QQLzLFL3rESAP1h3+qQSDM8ztLTwPIQIDAQAB",
  "name": "__MSG_name__",
  "version": "10.5.4",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/RFT_16.png",
    "48": "images/RFT_48.png",
    "128": "images/RFT_128.png"
  },
  "action": {
    "default_icon": "images/RFT.ico",
    "default_title": "__MSG_name__"
  },
  "options_page": "Options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "native_cs.js"
      ],
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "jquery.js",
        "images/busy.gif",
        "rftmain.js",
        "rftjsproxies.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs",
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://*/*",
    "http://localhost/*/",
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}