{ "name": "189CJ", "version": "1.0", "manifest_version": 2, "description": "This is the first 189CJ Chrome extension.", "icons": { "48": "189CJ_48.png" }, "page_action": { "default_icon": "189CJ_19.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": ["http://y.jf.189.cn/orderpay/DummyOrderPay.aspx*"], "js": ["dummyOrderPay.js"] }, { "matches": ["http://y.jf.189.cn/orderpay/Pay_Success.html*"], "js": ["paySuccess.js"] }, { "matches": ["http://jf.189.cn/SelfHelp/OrderDetail.aspx*"], "js": ["orderDetail.js"] } ] }