Sha256: 0671ad4bd7401714f6fea33643ef20d6927936edb8a0b90c77e307578af186f7
Contents?: true
Size: 576 Bytes
Versions: 4
Compression:
Stored size: 576 Bytes
Contents
{ "name": "WebDriver", "version": "0.2", "description": "WebDriver extension for Chrome", "toolstrips": ["toolstrip.html"], "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_start" } ], "plugins": [{"path": "npchromedriver.dll", "public": true}], "permissions": ["http://*/*", "tabs"] }
Version data entries
4 entries across 4 versions & 1 rubygems