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