{
"manifest_version": 2,
"name": "Readable Now",
"description": "Changes font style for the desired page. No more Times New Roman 8 px!",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Options"
},
"permissions": [
"activeTab",
"http://*/"
],
"background": {
"scripts": ["background.js"]
},
"web_accessible_resources": [
"/injected.js"
]
}
В injected - то, что нужно исполнить. background не уверен, нужен ли он вообще, или, что в нем нужно прописать, чтобы заинжектить скрипт.