diff --git a/src/bootstrap.js b/src/bootstrap.js index ae4dffd..684aeb4 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -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: 'zotero-ocr@bib.uni-mannheim.de', src: rootURI + 'prefs.xhtml' }); diff --git a/src/chrome/skin/default/zoteroocr/ocr-symbol.svg b/src/chrome/skin/default/zoteroocr/ocr-symbol.svg new file mode 100644 index 0000000..23ed1cf --- /dev/null +++ b/src/chrome/skin/default/zoteroocr/ocr-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/chrome/skin/default/zoteroocr/ubmannheim.png b/src/chrome/skin/default/zoteroocr/ubmannheim.png deleted file mode 100644 index 1d70110..0000000 Binary files a/src/chrome/skin/default/zoteroocr/ubmannheim.png and /dev/null differ diff --git a/src/chrome/skin/default/zoteroocr/ubmannheim32x32.png b/src/chrome/skin/default/zoteroocr/ubmannheim32x32.png deleted file mode 100644 index 394edbe..0000000 Binary files a/src/chrome/skin/default/zoteroocr/ubmannheim32x32.png and /dev/null differ diff --git a/src/chrome/skin/default/zoteroocr/ubmannheim64x64.png b/src/chrome/skin/default/zoteroocr/ubmannheim64x64.png deleted file mode 100644 index c804385..0000000 Binary files a/src/chrome/skin/default/zoteroocr/ubmannheim64x64.png and /dev/null differ diff --git a/src/manifest.json b/src/manifest.json index ba362ee..bae5fff 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {