Skip to content

Commit

Permalink
Reset open_raindrop extension command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jul 23, 2024
1 parent cdac74c commit ab179d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.6.51",
"version": "5.6.52",
"description": "All-in-one bookmark manager",
"author": "Rustem Mussabekov",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/target/extension/background/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function onCommand(command, tab) {
return open(`/add?link=${encodeURIComponent(url)}`)
}

case 'open_raindrop':
case 'open_raindrop_web':
return browser.tabs.create({
url: config.links.app.index,
active: true
Expand Down
2 changes: 1 addition & 1 deletion src/target/extension/manifest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.exports = ({ vendor, production=false }, l) => {
},
description: '__MSG_savePageOrHighlight__'
},
open_raindrop: {
open_raindrop_web: {
description: '__MSG_openRaindrop__'
},

Expand Down

0 comments on commit ab179d7

Please sign in to comment.