From 342ea1f6b017bb419a2a32d32a7660d501549ba4 Mon Sep 17 00:00:00 2001 From: fuwaa Date: Thu, 7 Jul 2022 13:27:33 +0800 Subject: [PATCH] chore: prepare for overhaul --- background.js => old/background.js | 0 {images => old/images}/icon16.png | Bin {images => old/images}/icon24.png | Bin {images => old/images}/icon32.png | Bin manifest.json => old/manifest.json | 0 onload.js => old/onload.js | 0 popup.html => old/popup.html | 0 popup.js => old/popup.js | 0 {styles => old/styles}/styles.css | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename background.js => old/background.js (100%) rename {images => old/images}/icon16.png (100%) rename {images => old/images}/icon24.png (100%) rename {images => old/images}/icon32.png (100%) rename manifest.json => old/manifest.json (100%) rename onload.js => old/onload.js (100%) rename popup.html => old/popup.html (100%) rename popup.js => old/popup.js (100%) rename {styles => old/styles}/styles.css (100%) diff --git a/background.js b/old/background.js similarity index 100% rename from background.js rename to old/background.js diff --git a/images/icon16.png b/old/images/icon16.png similarity index 100% rename from images/icon16.png rename to old/images/icon16.png diff --git a/images/icon24.png b/old/images/icon24.png similarity index 100% rename from images/icon24.png rename to old/images/icon24.png diff --git a/images/icon32.png b/old/images/icon32.png similarity index 100% rename from images/icon32.png rename to old/images/icon32.png diff --git a/manifest.json b/old/manifest.json similarity index 100% rename from manifest.json rename to old/manifest.json diff --git a/onload.js b/old/onload.js similarity index 100% rename from onload.js rename to old/onload.js diff --git a/popup.html b/old/popup.html similarity index 100% rename from popup.html rename to old/popup.html diff --git a/popup.js b/old/popup.js similarity index 100% rename from popup.js rename to old/popup.js diff --git a/styles/styles.css b/old/styles/styles.css similarity index 100% rename from styles/styles.css rename to old/styles/styles.css