diff --git a/src/pocket_save.py b/src/pocket_save.py index 4a48828..169a7d8 100644 --- a/src/pocket_save.py +++ b/src/pocket_save.py @@ -43,6 +43,10 @@ 'url': """osascript -e 'tell application "Chromium" to return URL of active tab of front window'""", 'title': """osascript -e 'tell application "Chromium" to return title of active tab of front window'""", }, + 'Brave Browser': { + 'url': """osascript -e 'tell application "Brave Browser" to return URL of active tab of front window'""", + 'title': """osascript -e 'tell application "Brave Browser" to return title of active tab of front window'""", + }, 'Vivaldi': { 'url': """osascript -e 'tell application "Vivaldi" to return URL of active tab of front window'""", 'title': """osascript -e 'tell application "Vivaldi" to return title of active tab of front window'""",