diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 62eda83..079e305 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -8,7 +8,3 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Import and export bookmarks from and to Netscape Bookmark file. - Simple web interface for those who don't want to use a command line app. - Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page. - -### Shiori Web Extension - -[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index d61804b..7731833 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,3 +4,7 @@ The default account is `shiori` with password `gopher`. It is removed once anoth - username: `shiori` - password: `gopher` + +### Shiori Web Extension + +[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page. diff --git a/manifest.json b/manifest.json index b58798f..223fbf9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,11 +6,10 @@ "en": "Simple bookmark manager", "fr": "Gestionnaire de liens simple" }, - "version": "1.5.3~ynh4", + "version": "1.5.3~ynh5", "url": "https://github.com/go-shiori/shiori", "upstream": { "license": "MIT", - "website": "https://github.com/go-shiori/shiori", "admindoc": "https://github.com/go-shiori/shiori/wiki", "userdoc": "https://github.com/go-shiori/shiori/wiki/Usage", "code": "https://github.com/go-shiori/shiori"