{ "name": "DOM Selector Extension", "version": "1.0", "description": "Select html dom and send to target site.", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http://*/*", "https://*/*" ], "content_scripts": [ { "js": [ "jquery.js", "main.js" ], "matches": [ "http://*/*", "https://*/*" ], "run_at":"document_end" } ], "all_frames":"true" }