Update privacy info in README
This commit is contained in:
parent
b359ddef7e
commit
0440decec4
|
@ -1,20 +0,0 @@
|
|||
Chrome Web Store & Mozilla Add-on Store & Microsoft Edge Add-on Store Privacy Policies.
|
||||
======================================================================================================
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
||||
Introduce your web extension
|
||||
|
||||
Information We Collect
|
||||
======================
|
||||
|
||||
Does your web extension collect data?
|
||||
|
||||
- I collect data
|
||||
- I don't collect data
|
||||
|
||||
How it uses cookies
|
||||
========================
|
||||
|
||||
If your web extension uses cookies, describe where your extension uses cookies and why?
|
16
README.md
16
README.md
|
@ -8,16 +8,20 @@ Share the current tab on the [fediverse](https://fediverse.party/).
|
|||
|
||||
## Get the extension
|
||||
|
||||
| Firefox Add-ons | Trisquel Add-ons |
|
||||
| 1. Firefox Add-ons | 2. Trisquel Add-ons |
|
||||
---|---
|
||||
[![img](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Firefox_logo%2C_2019.svg/77px-Firefox_logo%2C_2019.svg.png)](https://addons.mozilla.org/en-US/firefox/addon/fedishare-addon) | [![img](https://trisquel.info/files/avatars/picture-1.png)](https://trisquel.info/en/browser/addons/fedishare)
|
||||
|
||||
The second one is the recommended option for users of [GNU IceCat](https://www.gnu.org/software/gnuzilla/), [Iceweasel](https://wiki.parabola.nu/Iceweasel), [Abrowser](https://trisquel.info/en/wiki/abrowser-help) and other 100% free/libre mozilla-based browsers. Or for those who are concerned about their privacy/security and want to avoid any kind of telemetry from Mozilla and third parties.
|
||||
|
||||
## Features
|
||||
|
||||
Simplest add-on for the fediverse. Share web pages right from the toolbar button.
|
||||
|
||||
### Supported services/protocols:
|
||||
|
||||
**Only FOSS + Descentralize projects.**
|
||||
|
||||
- [ ] [Bonfire](https://bonfirenetworks.org/)
|
||||
- [x] [Diaspora](https://diasporafoundation.org/)
|
||||
- [x] [Ecko](https://magicstone.dev/) (Mastodon button)
|
||||
|
@ -51,6 +55,16 @@ Simplest add-on for the fediverse. Share web pages right from the toolbar button
|
|||
- *1 It doesn't have a public API
|
||||
- *2 Conflicts with the [API](https://github.com/pump-io/pump.io/blob/master/API.md)
|
||||
|
||||
## Permissions / Privacy
|
||||
|
||||
**This add-on needs to:** Access browser tabs.
|
||||
|
||||
This permission is required to **access Title and URL** of the current (active) tab of your browser. The only data needed is the URL of your instance(s), and it is stored locally on your browser/computer.
|
||||
|
||||
## Screenshots
|
||||
|
||||
TODO update screenshots
|
||||
|
||||
## Contributing
|
||||
|
||||
You can contribute in the following ways:
|
||||
|
|
|
@ -5,6 +5,7 @@ const items = generateArray(instance);
|
|||
const containerItems = document.getElementById('root');
|
||||
containerItems.innerHTML = '';
|
||||
|
||||
// TODO custom checkboxes (custom form tailwind)
|
||||
items.forEach((value) => {
|
||||
const name = value.name;
|
||||
const html = `
|
||||
|
|
Loading…
Reference in New Issue