{ "name": "Tag you're it", "description": "Make the meaning clear. This plugin enables semantic tagging of web content.", "version": "0.7", "permissions": [""], "background": { "persistent": false, "scripts": ["background.js"] }, "content_scripts": [{ "matches": [""], "css": ["bower_components/bootstrap/dist/css/bootstrap.min.css"], "js": [ "bower_components/jquery/dist/jquery.min.js", "bower_components/bootstrap/dist/js/bootstrap.min.js", "content_script.js"] }], "browser_action": { "default_title": "Tag you're it! Click to enable or disable tagging of web content." }, "manifest_version": 2 }