From 2308a263d7695bc620120980c8c04f4eb7b2842e Mon Sep 17 00:00:00 2001 From: Stratos Thivaios Date: Sun, 25 Feb 2024 06:37:51 +0200 Subject: [PATCH] edited manifest for chrome exten and renamed icons to icon (the directory) (it's 6:37 am btw i haven't slept yet) --- chrome-exten/{icons => icon}/128.png | Bin chrome-exten/{icons => icon}/16.png | Bin chrome-exten/{icons => icon}/32.png | Bin chrome-exten/{icons => icon}/48.png | Bin chrome-exten/{icons => icon}/FullSize.png | Bin chrome-exten/{icons => icon}/background.png | Bin chrome-exten/{icons => icon}/forest.jpg | Bin chrome-exten/{icons => icon}/sunrise.JPG | Bin chrome-exten/manifest.json | 8 ++++---- 9 files changed, 4 insertions(+), 4 deletions(-) rename chrome-exten/{icons => icon}/128.png (100%) rename chrome-exten/{icons => icon}/16.png (100%) rename chrome-exten/{icons => icon}/32.png (100%) rename chrome-exten/{icons => icon}/48.png (100%) rename chrome-exten/{icons => icon}/FullSize.png (100%) rename chrome-exten/{icons => icon}/background.png (100%) rename chrome-exten/{icons => icon}/forest.jpg (100%) rename chrome-exten/{icons => icon}/sunrise.JPG (100%) diff --git a/chrome-exten/icons/128.png b/chrome-exten/icon/128.png similarity index 100% rename from chrome-exten/icons/128.png rename to chrome-exten/icon/128.png diff --git a/chrome-exten/icons/16.png b/chrome-exten/icon/16.png similarity index 100% rename from chrome-exten/icons/16.png rename to chrome-exten/icon/16.png diff --git a/chrome-exten/icons/32.png b/chrome-exten/icon/32.png similarity index 100% rename from chrome-exten/icons/32.png rename to chrome-exten/icon/32.png diff --git a/chrome-exten/icons/48.png b/chrome-exten/icon/48.png similarity index 100% rename from chrome-exten/icons/48.png rename to chrome-exten/icon/48.png diff --git a/chrome-exten/icons/FullSize.png b/chrome-exten/icon/FullSize.png similarity index 100% rename from chrome-exten/icons/FullSize.png rename to chrome-exten/icon/FullSize.png diff --git a/chrome-exten/icons/background.png b/chrome-exten/icon/background.png similarity index 100% rename from chrome-exten/icons/background.png rename to chrome-exten/icon/background.png diff --git a/chrome-exten/icons/forest.jpg b/chrome-exten/icon/forest.jpg similarity index 100% rename from chrome-exten/icons/forest.jpg rename to chrome-exten/icon/forest.jpg diff --git a/chrome-exten/icons/sunrise.JPG b/chrome-exten/icon/sunrise.JPG similarity index 100% rename from chrome-exten/icons/sunrise.JPG rename to chrome-exten/icon/sunrise.JPG diff --git a/chrome-exten/manifest.json b/chrome-exten/manifest.json index b526437..eb9b91c 100644 --- a/chrome-exten/manifest.json +++ b/chrome-exten/manifest.json @@ -4,10 +4,10 @@ "version": "6.1.2024", "description": "Extension endpoint for shortening URLs with Kioydioshort", "icons": { - "16": "icons/16.png", - "32": "icons/32.png", - "48": "icons/48.png", - "128": "icons/128.png" + "16": "icon/16.png", + "32": "icon/32.png", + "48": "icon/48.png", + "128": "icon/128.png" }, "action": { "default_popup": "index.html"