WinTask x64

WinTask x64

WinTask component browser automation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WinTask x64",
  "version": "6.0.2101",
  "description": "WinTask component browser automation",
  "icons": {
    "16": "wintask_16.png",
    "48": "wintask_48.png",
    "128": "wintask_128.png"
  },
  "background": {
    "scripts": [
      "WTConst.js",
      "WTTrace.js",
      "WTTools.js",
      "Background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "cookies",
    "webNavigation",
    "webRequest",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "WTConst.js",
        "WTTrace.js",
        "WTDocList.js",
        "WTCustomId.js",
        "WTTools.js",
        "WTTagAttrs.js",
        "WTDescriptor.js",
        "WTRecorder.js"
      ],
      "all_frames": true
    }
  ]
}