diff --git a/README.md b/README.md index cd61fea..ddb3d78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Zotero Better Notes +# Better Notes for Zotero [![zotero target version](https://img.shields.io/badge/Zotero-7-green?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org) [![Using Zotero Plugin Template](https://img.shields.io/badge/Using-Zotero%20Plugin%20Template-blue?style=flat-square&logo=github)](https://github.com/windingwind/zotero-plugin-template) @@ -256,7 +256,7 @@ Use this code under AGPL. No warranties are provided. Keep the laws of your loca ## 🔎 My Zotero Plugins -- [zotero-pdf-translate](https://github.com/windingwind/zotero-pdf-translate): PDF translation for Zotero +- [Translate for Zotero](https://github.com/windingwind/zotero-pdf-translate): PDF translation for Zotero - [zotero-pdf-preview](https://github.com/windingwind/zotero-tag): PDF preview for Zotero - [zotero-tag](https://github.com/windingwind/zotero-tag): Automatically tag items/Batch tagging diff --git a/addon/manifest.json b/addon/manifest.json index 029bf11..d4b4ad7 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -4,6 +4,7 @@ "version": "__buildVersion__", "description": "__description__", "author": "__author__", + "homepage_url": "__homepage__", "icons": { "48": "chrome/content/icons/favicon@0.5x.png", "96": "chrome/content/icons/favicon.png" diff --git a/package.json b/package.json index 80f8194..5ef46fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.4-5", "description": "Everything about note management. All in Zotero.", "config": { - "addonName": "Zotero Better Notes", + "addonName": "Better Notes for Zotero", "addonID": "Knowledge4Zotero@windingwind.com", "addonRef": "BetterNotes", "prefsPrefix": "extensions.zotero.Knowledge4Zotero",