Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 47b9502

Browse files
committed
update docs
1 parent 4bb4dea commit 47b9502

File tree

47 files changed

+2
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2
-3
lines changed

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Save code to Bookmarks.dev",
44
"description": "Select code snippet and right click or click on the extension icon to save it to Bookmarks.dev",
55
"version": "1.0.0",
6-
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/context-menu-copy-link-with-types",
6+
"homepage_url": "https://github.com/BookmarksDev/code-snippets-browser-extension",
77
"icons": {
88
"16": "icons/icon16.png",
99
"48": "icons/icon48.png",
@@ -18,8 +18,7 @@
1818

1919
"permissions": [
2020
"activeTab",
21-
"contextMenus",
22-
"clipboardWrite"
21+
"contextMenus"
2322
],
2423
"browser_action": {
2524
"default_icon": "icons/icon128.png"

0 commit comments

Comments
 (0)