From: David Polakovic Date: Wed, 19 Nov 2025 17:51:49 +0000 (+0100) Subject: removed unused permissions, updated README X-Git-Url: https://git.dpolakovic.space/?a=commitdiff_plain;h=HEAD;p=browser-r3-d1 removed unused permissions, updated README --- diff --git a/README.txt b/README.txt index 1378ea4..248adf0 100755 --- a/README.txt +++ b/README.txt @@ -1,19 +1,20 @@ R3-D1 -Firefox and Chrome extension for navigating Wookiepedia. +Web browser extension for navigating Wookiepedia. copyright 2025, David Polakovic, licensed under GPLv3 ABOUT: This extensions automaticaly redirects you to the Legends (Extended Universe) version of the Wookiepedia -article if it exists. +article if it exists, so you will be no longer +exposed to the after-2015 STAR WARS era. HOW TO RUN: You can run the extension locally, or you can download it from their extension stores: Firefox: https://addons.mozilla.org/en-US/firefox/addon/r3-d1/ -Crhome: TBD +Crhome: https://chromewebstore.google.com/detail/r3-d1-droid-for-navigatin/gpiialnmnfbhfpnhcphfheikgdclhckp HOW TO USE @@ -30,4 +31,5 @@ email@dpolakovic.space Fetch my GPG here: https://dpolakovic.space/gpg RELEASE NOTES: -1.0 - Redirects users to Legends versions of articles +1.0 - Redirects users to Legends versions of articles. +1.1 - Removed unused permissions. diff --git a/manifest.json b/manifest.json index 422b17d..328f21e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "R3-D1 droid for navigating Wookiepedia", - "version": "1.0", + "version": "1.1", "description": "Automatically redirects users to the Legends version of articles on Wookiepedia.", "host_permissions": ["*://starwars.fandom.com/wiki/*"], diff --git a/r3-d1.zip b/r3-d1.zip index 0ee21e1..010151f 100644 Binary files a/r3-d1.zip and b/r3-d1.zip differ