{
"name":"Save Search Key",
"version":"1.0.0",
"manifest_version":2,
"description":"save search key with baidu and google",
"options_page":"index.html",
"icons":{
"48":"images/icon.png",
"128":"images/icon.png"
},
"permissions":[
"tabs",
"http://*/*",
"https://*/*"
],
"content_scripts":[
{
"matches":["*://*.baidu.com/*","*://*.google.com/*"],
"js":["js/jquery-1.9.1.min.js","js/save.js"]
}
]
}