Sha256: 2a0d56d46efd024f7782503e2878b5927267b04e09983f7a8632710a27045a85

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

{
  "name": "WebDriver",
  "version": "1.9.9",
  "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"
    }
  ],
  "permissions": ["http://*/*", "tabs"]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
selenium-webdriver-0.0.13 chrome/src/extension/manifest-nonwin.json
selenium-webdriver-0.0.12 chrome/src/extension/manifest-nonwin.json
selenium-webdriver-0.0.11 chrome/src/extension/manifest-nonwin.json
selenium-webdriver-0.0.10 chrome/src/extension/manifest-nonwin.json