Sha256: a53049ed42874ca65317dc8a15bf6558524474323939b088e07e8b831e6a7fc9

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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