Sha256: 13e43beeff5cdebf46ae54d5ba3f148fcfb02211824363295929364647670ec7
Contents?: true
Size: 539 Bytes
Versions: 4
Compression:
Stored size: 539 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" } ], "plugins": [{"path": "npchromedriver.dll", "public": true}], "permissions": ["http://*/*", "tabs"] }
Version data entries
4 entries across 4 versions & 1 rubygems