Skip to content

Commit

Permalink
Add new plugin symbol
Browse files Browse the repository at this point in the history
The image is a nelwy created svg with context-fill,
such that it will be black in light theme and white
in dark mode.
  • Loading branch information
zuphilip committed Apr 16, 2024
1 parent cbdf4d4 commit 66c4ce7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function startup({ id, version, rootURI }) {
log("Starting");

Zotero.PreferencePanes.register({
image: 'chrome/skin/default/zoteroocr/ubmannheim32x32.png',
image: 'chrome/skin/default/zoteroocr/ocr-symbol.svg',
pluginID: '[email protected]',
src: rootURI + 'prefs.xhtml'
});
Expand Down
1 change: 1 addition & 0 deletions src/chrome/skin/default/zoteroocr/ocr-symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/chrome/skin/default/zoteroocr/ubmannheim.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Philipp Zumstein",
"homepage_url": "https://github.com/UB-Mannheim/zotero-ocr",
"icons": {
"32": "chrome/skin/default/zoteroocr/ubmannheim32x32.png",
"64": "chrome/skin/default/zoteroocr/ubmannheim64x64.png"
"48": "chrome/skin/default/zoteroocr/ocr-symbol.svg",
"96": "chrome/skin/default/zoteroocr/ocr-symbol.svg"
},
"applications": {
"zotero": {
Expand Down

0 comments on commit 66c4ce7

Please sign in to comment.