S
{
"manifest_version": 2,
"name": " Prison",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["jquery.js", "content.js"]
}
],
"browser_action": {
"default_icon": "icon.jpeg",
"default_popup": "index.html"
}
}


