{ "manifest_version": 2, "name": "Agora", "version": "1.0", "description": "Replaces wiki style links with link to agora", "icons": { "48": "icons/border-48.png" }, "content_scripts": [ { "matches": [""], "js": ["jquery.js", "app.js"] } ] }