diff --git a/public/manifest.json b/public/manifest.json index eae94b3..abba53b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -54,8 +54,6 @@ "service_worker": "background.js", "type": "module" }, - - "privacy_policy_url": "https://media.i365.tech/community-tldr/privacy.html", "web_accessible_resources": [{ "resources": ["styles/*", "icons/*"], diff --git a/public/privacy.html b/public/privacy.html deleted file mode 100644 index ca18a69..0000000 --- a/public/privacy.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - Privacy Policy - Community TL;DR - - - -
-

Privacy Policy for Community TL;DR

- -
-

1. Data Collection and Usage

-

Community TL;DR collects and processes the following data:

- -

We do NOT collect:

- -
- -
-

2. How We Use Your Data

- -
- -
-

3. Data Storage and Retention

- -
- -
-

4. Your Rights and Controls

- -
- -
-

5. Updates to Privacy Policy

-

We may update this privacy policy from time to time. Any changes will be reflected in the extension's documentation and this page.

-
- -
-

6. Contact

-

For any questions about this privacy policy or our data practices, please contact us through our GitHub repository.

-
- - -
- - \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 7a1b7e3..d66e97b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,10 +48,6 @@ module.exports = { from: "src/options/options.html", to: "options.html" }, - { - from: "public/privacy.html", - to: "privacy.html" - }, { from: "src/styles", to: "styles"