Skip to content

Commit e6ae618

Browse files
committed
docs: formatting and renaming
1 parent e0a56f7 commit e6ae618

File tree

2 files changed

+41
-12
lines changed

2 files changed

+41
-12
lines changed

docs/PRIVACY_POLICY.md

+29-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,46 @@
11
# Privacy policy
22

3-
This document describes the privacy policy that applies to all information collected or submitted when you install or use the Web Search Navigator extension (referred to herein as "the extension"). The extension is an [open source](https://github.com/infokiller/web-search-navigator) extension for multiple web browsers, owned and operated by the open source community.
3+
This document describes the privacy policy that applies to all information
4+
collected or submitted when you install or use the Web Search Navigator
5+
extension (referred to herein as "the extension"). The extension is an
6+
[open source](https://github.com/infokiller/web-search-navigator) extension for
7+
multiple web browsers, owned and operated by the open source community.
48

59
## Collection of information
610

7-
The extension reads and changes data on encrypted.google.com and www.google.[all top level domains] and reads your keyboard input at said websites, in order to do what it is supposed to do. It does not store any of this data, neither locally on your computer or on a remote server. The extension also does not use cookies or collect any other kind of information by any other means.
11+
The extension reads and changes data on encrypted.google.com and www.google.[all
12+
top level domains] and reads your keyboard input at said websites, in order to
13+
do what it is supposed to do. It does not store any of this data, neither
14+
locally on your computer or on a remote server. The extension also does not use
15+
cookies or collect any other kind of information by any other means.
816

917
## Service providers
1018

11-
The extension provides the ability to change user preferences. User preferences are stored locally and may be stored on a remote server ("cloud"), both depending on your web browser and its settings. We are not responsible for the privacy policies of your web browser and its (cloud) storage of user preferences. Therefore, we strongly advise you to review the privacy policy of your web browser. We have no control over, and assume no responsibility for the content, privacy policies, or practices of any third party sites or services.
19+
The extension provides the ability to change user preferences. User preferences
20+
are stored locally and may be stored on a remote server ("cloud"), both
21+
depending on your web browser and its settings. We are not responsible for the
22+
privacy policies of your web browser and its (cloud) storage of user
23+
preferences. Therefore, we strongly advise you to review the privacy policy of
24+
your web browser. We have no control over, and assume no responsibility for the
25+
content, privacy policies, or practices of any third party sites or services.
1226

1327
## Links to third party websites
1428

15-
Our extension may contain links to other sites. If you click on a third party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the privacy policy of these websites. We have no control over, and assume no responsibility for the content, privacy policies, or practices of any third party sites or services.
29+
Our extension may contain links to other sites. If you click on a third party
30+
link, you will be directed to that site. Note that these external sites are not
31+
operated by us. Therefore, we strongly advise you to review the privacy policy
32+
of these websites. We have no control over, and assume no responsibility for the
33+
content, privacy policies, or practices of any third party sites or services.
1634

1735
## Changes to this privacy policy
1836

19-
We may update our privacy policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new privacy policy on this page. These changes are effective immediately, after they are posted on this page.
37+
We may update our privacy policy from time to time. Thus, we advise you to
38+
review this page periodically for any changes. We will notify you of any changes
39+
by posting the new privacy policy on this page. These changes are effective
40+
immediately, after they are posted on this page.
2041

2142
## Contact information
2243

23-
For any questions, suggestions or concerns regarding the privacy policy, please open an issue at the [GitHub repository](https://github.com/infokiller/web-search-navigator).
44+
For any questions, suggestions or concerns regarding the privacy policy, please
45+
open an issue at the
46+
[GitHub repository](https://github.com/infokiller/web-search-navigator).

docs/publish-instructions.md renamed to docs/PUBLISH.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
Guides how to publish the new versions of the extension.
44

5-
Please, do not release builds of versions for which are not committed. Meaning you should not release a version X when there is no matching commit, where X is denoted in the `manifest.json`.
5+
Please, do not release builds of versions for which are not committed. Meaning
6+
you should not release a version X when there is no matching commit, where X is
7+
denoted in the `manifest.json`.
68

7-
# Pre-build
9+
## Pre-build
810

9-
- Just update version number in the `src/manifest.json`. There is no `version` field in the `package.json` so you don't need to worry about it.
11+
- Just update version number in the `src/manifest.json`. There is no `version`
12+
field in the `package.json` so you don't need to worry about it.
1013
- Commit with the message "v1.2.3" with the actual version in it.
1114

1215
Do this only once for all builds (Chrome, Firefox,...).
1316

14-
# Firefox
17+
## Firefox
1518

1619
- After completing pre-build instructions run `./tools/make-firefox.sh`.
17-
- The add-on archive will be placed under `./build/firefox/goole_search_navigator-<version>.zip`.
18-
- Open the [upload new version](<(https://addons.mozilla.org/cs/developers/addon/the-web-search-navigator/versions/submit/)>) page.
20+
- The add-on archive will be placed under
21+
`./build/firefox/goole_search_navigator-<version>.zip`.
22+
- Open the
23+
[upload new version](https://addons.mozilla.org/cs/developers/addon/the-web-search-navigator/versions/submit/)
24+
page.
1925
- Only upload the produced archive and click "Continue".
2026
- Provide the version notes and you are done!

0 commit comments

Comments
 (0)