1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "manifest_version": 2, "name": "Firenvim", "version": "0.1", "description": "Turn Firefox into a Neovim client.", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": ["firenvim.js"] } ] }