Sha256: ea29fc2e89e07467b11abc6d0654f24681c428f6243a440de48ace2353d0b6a6

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

{
  "name": "WebDriver",
  "version": "1.9.10",
  "description": "WebDriver extension for Chrome",
  "browser_action": {
    "default_title": "WebDriver",
    "default_icon": "icons/free.png"
  },
  "background_page": "background.html",
  "content_scripts": [
    {
      "matches": ["http://*/*", "https://*/*", "file:///*"],
      "js": ["utils.js", "content_script.js"],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": ["http://*/*", "tabs"]
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rainux-selenium-webdriver-0.0.17 chrome/src/extension/manifest-nonwin.json
selenium-webdriver-0.0.17 chrome/src/extension/manifest-nonwin.json
selenium-webdriver-0.0.16 chrome/src/extension/manifest-nonwin.json