From 94c3c7e71c77909a520110ab8748c24cb6962b75 Mon Sep 17 00:00:00 2001 From: mickie Date: Sun, 16 Jan 2022 00:14:05 -0600 Subject: [PATCH] Update README. --- README.md | 4 ++-- package.json | 1 + src/lib/options.ts | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d03473..abf39b6 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ Share web pages right from the toolbar button. It's an excelent alternative to t ## Permissions / Privacy -**This add-on needs to:** Access browser tabs. +This extension doesn't require any permissions. -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. +It only accesses the Title and URL of the current (active) tab of the browser. The only data needed is the URL of your instance(s), and it is stored locally on your browser/computer. ## Screenshots diff --git a/package.json b/package.json index b3cb119..c407bcd 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "ts-jest": "26.4.4", "ts-loader": "^9.1.1", "typescript": "^4.2.4", + "web-ext": "^6.6.0", "web-ext-types": "3.2.1", "webpack": "5.18.0", "webpack-cli": "4.4.0", diff --git a/src/lib/options.ts b/src/lib/options.ts index c68d902..ab1811b 100644 --- a/src/lib/options.ts +++ b/src/lib/options.ts @@ -5,7 +5,6 @@ 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 = `