https://github.com/duckduckgo/privacy-for-safari
DuckDuckGo Privacy for Safari
https://github.com/duckduckgo/privacy-for-safari
duckduckgo extension privacy safari
Last synced: 5 months ago
JSON representation
DuckDuckGo Privacy for Safari
- Host: GitHub
- URL: https://github.com/duckduckgo/privacy-for-safari
- Owner: duckduckgo
- License: other
- Created: 2020-06-10T11:09:53.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-10T06:48:52.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:12:41.817Z (9 months ago)
- Topics: duckduckgo, extension, privacy, safari
- Language: Swift
- Homepage:
- Size: 6.14 MB
- Stars: 99
- Watchers: 29
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DuckDuckGo Privacy for Safari
## Building
Requires Xcode 11 and macOS 10.15 or better.Open the project in Xcode then build and run the DuckDuckGo scheme.
### SwiftLint
We use [SwiftLint](https://github.com/realm/SwiftLint) for enforcing Swift style and conventions, so you'll need to [install it](https://github.com/realm/SwiftLint#installation).### Fonts
We use Proxima Nova fonts which are proprietary and cannot be committed to source control, see [fonts](https://github.com/duckduckgo/privacy-essentials-safari/tree/develop/fonts/licensed).## Cleaning up
***CAUTION** - this is a destructive process. Please be comfortable with the contents of `deleteApp.sh` before running it.*
To competely remove the app and any files it creates:
* Disable the extension in Safari's Extension Preferences pane.
* Run the `./deleteApp.sh` script.## Contribute
Please refer to [contributing](CONTRIBUTING.md).## Discuss
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat. You can also use the feedback form embedded within the macOS app - to do so open the app and select "Send Feedback".## License
DuckDuckGo Privacy for Safari is distributed under the Apache 2.0 [license](https://github.com/duckduckgo/privacy-essentials-safari/blob/master/LICENSE).