{ "manifest_version": 2, "name": "Daru", "version": "0.1.0", "description": "An extension to integrate FG42 with Firefox (Possibly, it can be used with any org-mode setup).", "icons": { "48": "icons/48.png", "96": "icons/96.png" }, "content_scripts": [ { "matches": [""], "js": ["daru.js"] } ] }