diff --git a/hardcover.popclipext/Config.plist b/hardcover.popclipext/Config.plist index 6031f39..1b215f2 100644 --- a/hardcover.popclipext/Config.plist +++ b/hardcover.popclipext/Config.plist @@ -1,23 +1,29 @@ - + - Extension Name - Hardcover - Extension Identifier - com.auxbuss.popclip.extension.hardcover - Extension Description - Search Hardcover with any string - Actions - - - URL - https://hardcover.app/search?q={popclip text} - Image File - hardcover.png - Title - Hardcover - - + name + Hardcover + + identifier + com.auxbuss.popclip.extension.hardcover + + description + Search Hardcover with selected text + + actions + + + Title + Hardcover + + Image File + icon.png + + URL + https://hardcover.app/search?q={popclip text} + + - + \ No newline at end of file diff --git a/hardcover.popclipext/hardcover.png b/hardcover.popclipext/hardcover.png deleted file mode 100644 index 60b8f90..0000000 Binary files a/hardcover.popclipext/hardcover.png and /dev/null differ diff --git a/hardcover.popclipext/icon.png b/hardcover.popclipext/icon.png new file mode 100644 index 0000000..d8cb145 Binary files /dev/null and b/hardcover.popclipext/icon.png differ