Skip to content

Commit

Permalink
release: do preparation for releasing the rewrite of the browser exte…
Browse files Browse the repository at this point in the history
…nsion
  • Loading branch information
pbek committed Feb 6, 2024
1 parent f56986a commit 4665406
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build test
on:
push:
branches-ignore:
- master
- release
tags-ignore:
- '*'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [QOwnNotes](https://www.qownnotes.org "QOwnNotes Official Site") Web Companion browser extension

[GitHub](https://github.com/qownnotes/web-companion) |
[Changelog](https://github.com/qownnotes/web-companion/blob/develop/CHANGELOG.md) |
[Changelog](https://github.com/qownnotes/web-companion/blob/main/CHANGELOG.md) |
[Releases](https://github.com/qownnotes/web-companion/releases) |
[Chrome Web Store](https://chrome.google.com/webstore/detail/qownnotes-web-companion/pkgkfnampapjbopomdpnkckbjdnpkbkp) |
[Firefox Add-ons page](https://addons.mozilla.org/firefox/addon/qownnotes-web-companion) |
[QOwnNotes web page](https://www.qownnotes.org)

[![build-test](https://github.com/qownnotes/web-companion/workflows/build-test/badge.svg?branch=develop)](https://github.com/qownnotes/web-companion/actions/workflows/build-test.yml)
[![build-test](https://github.com/qownnotes/web-companion/workflows/build-test/badge.svg?branch=main)](https://github.com/qownnotes/web-companion/actions/workflows/build-test.yml)

Chrome / Firefox browser extension to interact with the note-taking desktop application [QOwnNotes](https://www.qownnotes.org) for managing bookmarks and act as a web-clipper.

Expand Down
2 changes: 1 addition & 1 deletion src-bex/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "QOwnNotes Web Companion Ng",
"name": "QOwnNotes Web Companion",
"short_name": "qownnotes",
"description": "__MSG_appDescription__",
"default_locale": "en",
Expand Down
4 changes: 2 additions & 2 deletions src-bex/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "QOwnNotes Web Companion Ng",
"name": "QOwnNotes Web Companion",
"short_name": "qownnotes",
"description": "__MSG_appDescription__",
"default_locale": "en",
Expand All @@ -15,7 +15,7 @@

"browser_specific_settings": {
"gecko": {
"id": "WebCompanionNg@qownnotes.org",
"id": "WebCompanion@qownnotes.org",
"strict_min_version": "57.0"
}
},
Expand Down

0 comments on commit 4665406

Please sign in to comment.