{ "manifest_version": 2, "name": "Daru", "version": "0.1.1", "description": "An extension to integrate FG42 with Firefox (Possibly, it can be used with any org-mode setup).", "background": { "scripts": ["background.js"] }, "icons": { "48": "icons/48.png", "96": "icons/96.png" }, "permissions": ["tabs"], "commands": { "bookmark": { "suggested_key": { "default": "Ctrl+Shift+0", "linux": "Ctrl+Shift+0" }, "description": "Bookmark the page in org mode" } }, "browser_specific_settings": { "gecko": { "id": "{fbc15118-c371-4ffd-b686-209a13ff6a5e}" } }, "content_scripts": [ { "matches": [""], "js": ["daru.js"] } ] }