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"