Skip to content

Commit d95a887

Browse files
committed
Readme
1 parent 6a4562b commit d95a887

File tree

4 files changed

+35
-394
lines changed

4 files changed

+35
-394
lines changed
File renamed without changes.

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[![Ghostery](extension-manifest-v2/app/images/hub/side-navigation/ghostery-logo.svg)](https://www.ghostery.com)
2+
3+
# Ghostery Browser Extension
4+
5+
This repository is a home of all Ghostery Browser Extensions for various platforms.
6+
7+
## Folder structure
8+
9+
* extension for **Firefox**, **Chrome**, **Edge** and **Opera** is in folder: [extension-manifest-v2](/extension-manifest-v2)
10+
* extension for **Safari** is in folder: [extension-manifest-v3](/extension-manifest-v3)
11+
* shared user interface is in folder: [ui](/ui)
12+
13+
## Links
14+
15+
+ [Website](https://www.ghostery.com/)
16+
+ [Support](https://www.ghostery.com/support)
17+
+ [Twitter (@ghostery)](https://twitter.com/ghostery)
18+
+ [Facebook](https://www.facebook.com/ghostery)
19+
+ [Privacy Policy](https://www.ghostery.com/about-ghostery/browser-extension-privacy-policy/)
20+
21+
## Additional Open Source Ghostery Projects
22+
23+
+ [Ghostery Desktop Browser](https://github.com/ghostery/user-agent-desktop)
24+
+ [Ghostery iOS Browser](https://github.com/ghostery/user-agent-ios)
25+
+ [Ghostery Android Browser](https://github.com/ghostery/user-agent-android)
26+
27+
## Ghostery Team
28+
29+
Ghostery relies on [contributions](https://github.com/ghostery/ghostery-extension/graphs/contributors) from lots of talented people.
30+
31+
## License
32+
33+
[MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/) Copyright 2017 Ghostery GmbH. All rights reserved.
34+
35+
See [LICENSE](LICENSE)

extension-manifest-v2/README.md

-21
Original file line numberDiff line numberDiff line change
@@ -123,27 +123,6 @@ $ ./fern.js build configs/ghostery.js --environment=production --no-debug
123123

124124
See [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE-OF-CONDUCT.md)
125125

126-
## Links
127-
+ [Website](https://ghostery.com/)
128-
+ [Support](https://ghostery.com/support)
129-
+ [Twitter (@ghostery)](https://twitter.com/ghostery)
130-
+ [Facebook](https://www.facebook.com/ghostery)
131-
+ [Privacy Policy](https://www.ghostery.com/about-ghostery/browser-extension-privacy-policy/)
132-
133-
## Additional Open Source Ghostery Projects
134-
+ [Ghostery Lite for Safari](https://github.com/ghostery/GhosterySafari)
135-
+ [Ghostery iOS Browser](https://github.com/ghostery/user-agent-ios)
136-
+ [Ghostery Android Browser](https://github.com/ghostery/user-agent-android)
137-
+ [Ghostery Desktop Browser](https://github.com/ghostery/user-agent-desktop)
138-
139-
## Ghostery Team
140-
Ghostery relies on [contributions](https://github.com/ghostery/ghostery-extension/graphs/contributors) from lots of talented people.
141-
142-
## License
143-
[MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/) Copyright 2019 Ghostery, Inc. All rights reserved.
144-
145-
See [LICENSE](LICENSE)
146-
147126
## Tracker Databases
148127
The [databases](/databases) folder contains JSON skeletons to show the schema expected by the extension pattern [matcher](/src/utils/matcher.js). See the [Database README](/databases/README.md) for more information.
149128
Ghostery's production tracker databases have been purposely excluded from this project, as they remain proprietary to Ghostery, Inc. Which leads us to this grim, yet obligatory...

0 commit comments

Comments
 (0)