Upload retooled extension file for Hardcover
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
23
hardcover.popclipext/Config.plist
Normal file
23
hardcover.popclipext/Config.plist
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Extension Name</key>
|
||||||
|
<string>Hardcover</string>
|
||||||
|
<key>Extension Identifier</key>
|
||||||
|
<string>com.auxbuss.popclip.extension.hardcover</string>
|
||||||
|
<key>Extension Description</key>
|
||||||
|
<string>Search Hardcover with any string</string>
|
||||||
|
<key>Actions</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>URL</key>
|
||||||
|
<string>https://hardcover.app/search?q={popclip text}</string>
|
||||||
|
<key>Image File</key>
|
||||||
|
<string>hardcover.png</string>
|
||||||
|
<key>Title</key>
|
||||||
|
<string>Hardcover</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
BIN
hardcover.popclipext/hardcover.png
Normal file
BIN
hardcover.popclipext/hardcover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
Reference in New Issue
Block a user