Sha256: c5e6b4ff36819a78d9e3b23dcaadde2b8615a3f67f9b443fbbfdbe87876764f3
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
{ "name": "WebDriver", "version": "0.3", "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" } ], "permissions": ["http://*/*", "tabs"] }
Version data entries
4 entries across 4 versions & 1 rubygems