{ "manifest_version": 2, "name": "Context menu: Copy link with types", "description": "Add a context menu option to links to copy the link to the clipboard, as plain text and as a link in rich HTML.", "version": "1.0", "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/context-menu-copy-link-with-types", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "clipboardWrite" ] }