diff --git a/README.md b/README.md index 3ae8bce..a78ef6b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Analyzes the audio of television episodes to detect and skip over intros. Curren Installing this plugin (along with a modified web interface) will result in a skip intro button displaying in the video player, like this: -![Skip intro button](screenshots/skip-button.png) +![Skip intro button](images/skip-button.png) The custom web interface **is required** in order to display the skip intro button inside the video player. diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..cbdfed3 Binary files /dev/null and b/images/logo.png differ diff --git a/screenshots/skip-button.png b/images/skip-button.png similarity index 100% rename from screenshots/skip-button.png rename to images/skip-button.png diff --git a/manifest.json b/manifest.json index 8a68b59..a15159c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "description": "Analyzes the audio of television episodes and detects introduction sequences.", "owner": "ConfusedPolarBear", "category": "General", + "imageUrl": "https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/images/logo.png", "versions": [ { "version": "0.0.0.1",