Skip to content

Commit

Permalink
OpenInBrowser: add search keywords; remove js file
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed May 13, 2024
1 parent 44fbaca commit 3430aa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 61 deletions.
7 changes: 4 additions & 3 deletions source/OpenInBrowser.popclipext/Config.json
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"
}
4 changes: 4 additions & 0 deletions source/OpenInBrowser.popclipext/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Icons from Font Awesome Brands and Simple Icons. Arc browser icon from

## Changelog

### 2024-05-13

- Add keywords for directory search.

### 2023-09-08

- Add Waterfox browser.
Expand Down
12 changes: 0 additions & 12 deletions source/OpenInBrowser.popclipext/_Signature.plist

This file was deleted.

46 changes: 0 additions & 46 deletions source/OpenInBrowser.popclipext/open.js

This file was deleted.

0 comments on commit 3430aa6

Please sign in to comment.