From d981badd86d3a9d2b9a8f75b9e3b56aa93b007bb Mon Sep 17 00:00:00 2001 From: OIRNOIR <70721372+OIRNOIR@users.noreply.github.com> Date: Sun, 8 Oct 2023 01:58:35 -0700 Subject: [PATCH] Add images to manifest --- manifest.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0554dd9..c816c25 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "720842469024989195", "github": "oirnoir" }, - "version": "1.0.10", + "version": "1.0.11", "updater": { "type": "store", "id": "dev.oirnoir.bbwwme" @@ -15,5 +15,6 @@ "license": "MIT", "type": "replugged-theme", "main": "src/main.css", - "source": "https://github.com/OIRNOIR/bbwwme" + "source": "https://github.com/OIRNOIR/bbwwme", + "images": ["https://github.com/OIRNOIR/bbwwme/blob/master/assets/enabledExample.gif?raw=true", "https://github.com/OIRNOIR/bbwwme/blob/master/assets/disabledExample.gif?raw=true"] } diff --git a/package.json b/package.json index f19c863..3ff3c80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbwwme", - "version": "1.0.10", + "version": "1.0.11", "description": "Bring Back WackyWebM Epicness", "engines": { "node": ">=14.0.0"