Skip to content

Commit 4665406

Browse files
committed
release: do preparation for releasing the rewrite of the browser extension
1 parent f56986a commit 4665406

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build test
33
on:
44
push:
55
branches-ignore:
6-
- master
6+
- release
77
tags-ignore:
88
- '*'
99
pull_request:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# [QOwnNotes](https://www.qownnotes.org "QOwnNotes Official Site") Web Companion browser extension
22

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

10-
[![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)
10+
[![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)
1111

1212
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.
1313

src-bex/manifest.chrome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "QOwnNotes Web Companion Ng",
2+
"name": "QOwnNotes Web Companion",
33
"short_name": "qownnotes",
44
"description": "__MSG_appDescription__",
55
"default_locale": "en",

src-bex/manifest.firefox.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "QOwnNotes Web Companion Ng",
2+
"name": "QOwnNotes Web Companion",
33
"short_name": "qownnotes",
44
"description": "__MSG_appDescription__",
55
"default_locale": "en",
@@ -15,7 +15,7 @@
1515

1616
"browser_specific_settings": {
1717
"gecko": {
18-
"id": "WebCompanionNg@qownnotes.org",
18+
"id": "WebCompanion@qownnotes.org",
1919
"strict_min_version": "57.0"
2020
}
2121
},

0 commit comments

Comments
 (0)