Sha256: 25fefb474ab488aaed7bbf82d14a22224dd8d0da3cbab133ef11506eef99b273

Contents?: true

Size: 474 Bytes

Versions: 3

Compression:

Stored size: 474 Bytes

Contents

{
  "name": "WebDriver",
  "version": "0.2",
  "description": "WebDriver extension for Chrome",
  "toolstrips": ["toolstrip.html"],
  "background_page": "background.html",
  "content_scripts": [
    {
      "matches": ["http://*/*", "https://*/*", "file:///*"],
      "js": ["utils.js", "content_script.js"],
      "run_at": "document_start"
    }
  ],
  "plugins": [{"path": "npchromedriver.dll", "public": true}],
  "permissions": ["http://*/*", "tabs"]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
selenium-webdriver-0.0.3 chrome/src/extension/manifest-win.json
selenium-webdriver-0.0.2 chrome/src/extension/manifest-win.json
selenium-webdriver-0.0.1 chrome/src/extension/manifest-win.json