From 16051e71bf8681ad24c493be8541dfbefeca918e Mon Sep 17 00:00:00 2001 From: Simon Brazell Date: Wed, 25 Sep 2019 10:03:24 +1000 Subject: Add screenshots for store --- README.md | 2 +- img/Screen Shot 1.png | Bin 0 -> 415406 bytes img/Screen Shot 2.png | Bin 0 -> 811174 bytes img/Screen Shot.png | Bin 415406 -> 0 bytes manifest.json | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 img/Screen Shot 1.png create mode 100644 img/Screen Shot 2.png delete mode 100644 img/Screen Shot.png diff --git a/README.md b/README.md index 20fb7e66..e2ad837b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - [Chrome Extension](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) - [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) -A simple browser extension to redirect Twitter & Youtube requests to [Nitter](https://nitter.net/about) & [Invideus](https://www.invidio.us/), works when navigating to the site, or opening links. +A simple browser extension to redirect Twitter & Youtube requests to [Nitter](https://nitter.net/about) & [Invidious](https://www.invidio.us/), works when navigating to the site, or opening links. ## Build diff --git a/img/Screen Shot 1.png b/img/Screen Shot 1.png new file mode 100644 index 00000000..7363026a Binary files /dev/null and b/img/Screen Shot 1.png differ diff --git a/img/Screen Shot 2.png b/img/Screen Shot 2.png new file mode 100644 index 00000000..f131363d Binary files /dev/null and b/img/Screen Shot 2.png differ diff --git a/img/Screen Shot.png b/img/Screen Shot.png deleted file mode 100644 index 7363026a..00000000 Binary files a/img/Screen Shot.png and /dev/null differ diff --git a/manifest.json b/manifest.json index 80237135..1a142fd8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Privacy Redirect", - "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invideus).", + "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).", "version": "1.0.0", "manifest_version": 2, "background": { -- cgit 1.4.1