Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
{
"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.",
"javascript_apis": [
"contextMenus.create",
"contextMenus.onClicked",
"menus.create",
"menus.onClicked",
"tabs.executeScript"
],
"name": "context-menu-copy-link-with-types"
Expand Down Expand Up @@ -494,8 +494,8 @@
"description": "Demonstrates how to use the idb-file-storage library to store and manipulate files in an extension.",
"javascript_apis": [
"browserAction.onClicked",
"contextMenus.create",
"contextMenus.onClicked",
"menus.create",
"menus.onClicked",
"runtime.onMessage",
"runtime.sendMessage",
"tabs.create",
Expand Down