Skip to content

Commit

Permalink
publishing details
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelH2O committed Oct 17, 2023
1 parent 8fd8f3b commit c603d92
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions Privacy Policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Privacy Policy for Medium Rare Browser Extension

**Effective Date: 17th October 2023**

We, the creators of the "Medium Rare" browser extension, respect your privacy and are committed to protecting it. This privacy policy is designed to inform you about our practices regarding the collection, use, and sharing of any information when you use our browser extension.

## Information We Do Not Collect

We want to make it clear that we do not collect, store, or share any personal information, data, or browsing history from users of the "Medium Rare" browser extension.

## Contact Information

If you have any questions, concerns, or requests related to this privacy policy or our browser extension, you can contact us at [email protected].

## Updates to This Privacy Policy

We may update this privacy policy from time to time to reflect changes to our practices or for other operational, legal, or regulatory reasons. We will post the revised policy with an updated effective date. We encourage you to review this privacy policy periodically.

Thank you for using the "Medium Rare" browser extension.
7 changes: 4 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Medium Rare",
"version": "1.0.0",
"version": "0.0.1",
"action": {
"default_title": "Click to unlock Medium"
},
Expand All @@ -11,16 +11,17 @@
"48": "public/meat-48.png",
"128": "public/meat-128.png"
},
"description": "Unlock Medium articles for free!",
"permissions": [
"tabs"
],
"background": {
"service_worker": "src/main.ts"
"service_worker": "src/main"
},
"content_scripts": [
{
"js": [
"src/content.ts"
"src/content"
],
"matches": [
"https://*.medium.com/*",
Expand Down

0 comments on commit c603d92

Please sign in to comment.