From c603d929347ace3139a9c51fefc86df45171e026 Mon Sep 17 00:00:00 2001 From: Hana Date: Tue, 17 Oct 2023 16:34:03 +0100 Subject: [PATCH] publishing details --- Privacy Policy.md | 19 +++++++++++++++++++ manifest.json | 7 ++++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 Privacy Policy.md diff --git a/Privacy Policy.md b/Privacy Policy.md new file mode 100644 index 0000000..27dec66 --- /dev/null +++ b/Privacy Policy.md @@ -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 h2olabss@gmail.com. + +## 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. diff --git a/manifest.json b/manifest.json index e6bad40..c77bdb4 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }, @@ -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/*",