{ "name": "Chrome Stylist", "description": "Chrome Stylist", "version": "2.0.2", "permissions": [ "tabs" , "http://*/", "https://*/"], "update_url": "http://ss-o.net/chrome_extension/ChromeStylist/updates.xml", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6OrLV1xhHM3WMEydnMRoMZzDc1K/BQY7LfsL8qDmmq+XyBCf6vpEI1xSUP23ckblC5rG6baH/sp6gbRnFLNiu+gOT4e9UYgG71o+WSqeAkKO9w0JLZFguX/Ft89858MdRM3zcCORakNYj3Ux9QBcupYKfLTvF6d6PcsdibxenSwIDAQAB", "background_page": "background.html", "options_page": "options_page.html", "icons": { "128": "stylist128.png", "48": "stylist48.png" }, "page_action": { "default_icon": "stylist16.png", "default_title": "add new style", "popup" : "popup.html" }, "content_scripts": [ { "js": [ "stylist.js" ], "css": [ "stylist.css" ], "matches": [ "http://*/*", "https://*/*", "ftp://*/*" ], "run_at": "document_start", "all_frames":true } ] }