From b0541bea2aee8edc6a2fd6c6746792d9b1197d8b Mon Sep 17 00:00:00 2001 From: Tangent Date: Sun, 20 Oct 2024 17:34:05 -0600 Subject: [PATCH] better naming/organization --- background.js => extension/background.js | 0 {images => extension/images}/gauntlet128.png | Bin {images => extension/images}/gauntlet16.png | Bin {images => extension/images}/gauntlet48.png | Bin manifest.json => extension/manifest.json | 0 gauntlet.png => icon - gauntlet.png | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename background.js => extension/background.js (100%) rename {images => extension/images}/gauntlet128.png (100%) rename {images => extension/images}/gauntlet16.png (100%) rename {images => extension/images}/gauntlet48.png (100%) rename manifest.json => extension/manifest.json (100%) rename gauntlet.png => icon - gauntlet.png (100%) diff --git a/background.js b/extension/background.js similarity index 100% rename from background.js rename to extension/background.js diff --git a/images/gauntlet128.png b/extension/images/gauntlet128.png similarity index 100% rename from images/gauntlet128.png rename to extension/images/gauntlet128.png diff --git a/images/gauntlet16.png b/extension/images/gauntlet16.png similarity index 100% rename from images/gauntlet16.png rename to extension/images/gauntlet16.png diff --git a/images/gauntlet48.png b/extension/images/gauntlet48.png similarity index 100% rename from images/gauntlet48.png rename to extension/images/gauntlet48.png diff --git a/manifest.json b/extension/manifest.json similarity index 100% rename from manifest.json rename to extension/manifest.json diff --git a/gauntlet.png b/icon - gauntlet.png similarity index 100% rename from gauntlet.png rename to icon - gauntlet.png