-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenInBrowser: add search keywords; remove js file
- Loading branch information
Showing
4 changed files
with
8 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"identifier": "com.pilotmoon.popclip.extension.open-in-browser", | ||
"name": "Open in Browser", | ||
"popclipVersion": 3895, | ||
"popclipVersion": 4225, | ||
"icon": "mdi-open-in-browser.svg", | ||
"module": "open.js", | ||
"module": "open.ts", | ||
"entitlements": ["dynamic"], | ||
"description": "Open URLs in a specific browser. Supports Safari, Chrome, Firefox, Arc, Brave, DEVONagent Pro, DuckDuckGo, Edge, Mullvad, Opera, Orion, Tor Browser, Vivaldi and Waterfox." | ||
"description": "Open URLs in a specific browser. Supports Safari, Chrome, Firefox, Arc, Brave, DEVONagent Pro, DuckDuckGo, Edge, Mullvad, Opera, Orion, Tor Browser, Vivaldi and Waterfox.", | ||
"keywords": "Safari Chrome Firefox Arc Brave DEVONagent Pro DuckDuckGo Edge Mullvad Opera Orion Tor Browser Vivaldi Waterfox" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.