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:
-
- - Comment content that users explicitly choose to summarize
- - User preferences and settings (language, API configurations)
- - Temporary cache of generated summaries
-
- We do NOT collect:
-
- - Personal identification information
- - Browsing history
- - Any data not directly related to summarization functionality
-
-
-
-
- 2. How We Use Your Data
-
- - Comment content is sent to AI API solely for generating summaries
- - User preferences are stored locally for convenience
- - No data is shared with third parties except the AI service provider
- - No data is used for advertising or tracking purposes
-
-
-
-
- 3. Data Storage and Retention
-
- - Settings are stored locally in your browser
- - Summaries are cached only for the current session
- - All data can be cleared through Chrome's extension settings
- - No long-term storage of discussion content
-
-
-
-
- 4. Your Rights and Controls
-
- - You can clear all stored data at any time
- - Summarization only occurs upon explicit user request
- - You can disable the extension at any time
- - All features are opt-in and user-initiated
-
-
-
-
- 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"