File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "homepage_url" : " __homepage__" ,
77 "author" : " __author__" ,
88 "icons" : {
9- "48" : " content/icons/favicon@0.5x.png " ,
10- "96" : " content/icons/favicon.png "
9+ "48" : " content/icons/favicon.svg " ,
10+ "96" : " content/icons/favicon.svg "
1111 },
1212 "applications" : {
1313 "zotero" : {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function registerPreferencePane() {
7777 pluginID : addon . data . config . addonID ,
7878 src : rootURI + "content/preferences.xhtml" ,
7979 label : getString ( "prefs-title" ) ,
80- image : `chrome://${ addon . data . config . addonRef } /content/icons/favicon.png ` ,
80+ image : `chrome://${ addon . data . config . addonRef } /content/icons/favicon.svg ` ,
8181 } ) ;
8282}
8383
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ export function registerWorkspaceMenu() {
349349 id : "zotero-ai-workspace-open" ,
350350 label : getString ( "workspace-menuitem-label" ) ,
351351 commandListener : ( ) => openWorkspacePanel ( ) ,
352- icon : `chrome://${ addon . data . config . addonRef } /content/icons/favicon@0.5x.png ` ,
352+ icon : `chrome://${ addon . data . config . addonRef } /content/icons/favicon.svg ` ,
353353 } ) ;
354354}
355355
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function initZToolkit(_ztoolkit: ReturnType<typeof createZToolkit>) {
2727 _ztoolkit . basicOptions . api . pluginID = config . addonID ;
2828 _ztoolkit . ProgressWindow . setIconURI (
2929 "default" ,
30- `chrome://${ config . addonRef } /content/icons/favicon.png ` ,
30+ `chrome://${ config . addonRef } /content/icons/favicon.svg ` ,
3131 ) ;
3232}
3333
You can’t perform that action at this time.
0 commit comments