{ "manifest_version": 2, "name": "bratFastMode", "version": "1.0", "description": "Add an UI for fast annotation of brat document (document level classification).", "content_scripts": [ { "matches": [""], "js": ["bratFastMode.js"], "css": ["bratFastMode.css"] } ] }