diff --git a/README.md b/README.md index 183ad59..4f8db2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # youtube-to-invidious -WebExtention to redirect every youtube link to a invidious instance +WebExtention to redirect every youtube link to a [Invidious](https://invidious.io/) instance. + +The instance url can be configured in the add-on settings. \ No newline at end of file diff --git a/icons/48.png b/icons/48.png index 0548069..4bce251 100644 Binary files a/icons/48.png and b/icons/48.png differ diff --git a/icons/Frame 1.png b/icons/Frame 1.png new file mode 100644 index 0000000..227c0ec Binary files /dev/null and b/icons/Frame 1.png differ diff --git a/manifest.json b/manifest.json index 0365b96..691d48f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Youtube to invidious", - "version": "0.1", + "version": "0.2", "description": "Change every youtube link to an invidious one",