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