diff --git a/PRIVACY_POLICY.txt b/PRIVACY_POLICY.txt deleted file mode 100644 index 46541c4..0000000 --- a/PRIVACY_POLICY.txt +++ /dev/null @@ -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? diff --git a/README.md b/README.md index 9c74591..27c5f4b 100644 --- a/README.md +++ b/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: diff --git a/src/lib/options.ts b/src/lib/options.ts index ab1811b..c68d902 100644 --- a/src/lib/options.ts +++ b/src/lib/options.ts @@ -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 = `