{ "manifest_version": 2, "name": "Tridactyl", "version": "VERSIONHERE", "background" : { "scripts": ["background.js"] }, "chrome_url_overrides" : { "newtab": "static/newtab.html" }, "content_scripts": [ { "matches":[""], "js":["content.js"], "css":[ "static/content.css", "static/hint.css" ], "run_at":"document_start", "match_about_blank": true } ], "web_accessible_resources": [ "static/commandline.html" ], "permissions": [ "activeTab", "bookmarks", "contextMenus", "clipboardWrite", "clipboardRead", "history", "sessions", "storage", "tabs", "topSites", "webNavigation", "webRequest", "webRequestBlocking", "" ], "applications": { "gecko": { "id": "tridactyl.vim@cmcaine.co.uk" } } }