{ "manifest_version": 2, "name": "template", "version": "0.0", "description": "", "icons": { "48": "icons/icon-48.png" }, "content_scripts": [ { "matches": [], "js": ["bin/browser-polyfill.js", "bin/main.js"] } ] }