Update menu icon
This commit is contained in:
@@ -1,23 +1,29 @@
|
||||
<?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">
|
||||
<!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>
|
||||
<key>name</key>
|
||||
<string>Hardcover</string>
|
||||
|
||||
<key>identifier</key>
|
||||
<string>com.auxbuss.popclip.extension.hardcover</string>
|
||||
|
||||
<key>description</key>
|
||||
<string>Search Hardcover with selected text</string>
|
||||
|
||||
<key>actions</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Title</key>
|
||||
<string>Hardcover</string>
|
||||
|
||||
<key>Image File</key>
|
||||
<string>icon.png</string>
|
||||
|
||||
<key>URL</key>
|
||||
<string>https://hardcover.app/search?q={popclip text}</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 KiB |
BIN
hardcover.popclipext/icon.png
Normal file
BIN
hardcover.popclipext/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Reference in New Issue
Block a user