From 7d55dd65d472716f4272db6517fe2946606cd6b6 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:50:32 +0800 Subject: [PATCH] moved shopAI.js location --- manifest.json | 2 +- scripts/shopAI.js | 4 ++++ shopAI.js | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 scripts/shopAI.js delete mode 100644 shopAI.js diff --git a/manifest.json b/manifest.json index e1360de..ec054ab 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], - "js": ["shopAI.js"] + "js": ["scripts/shopAI.js"] } ], diff --git a/scripts/shopAI.js b/scripts/shopAI.js new file mode 100644 index 0000000..697df9b --- /dev/null +++ b/scripts/shopAI.js @@ -0,0 +1,4 @@ +/* ShopAI +Shop wisely with AI! +*/ + diff --git a/shopAI.js b/shopAI.js deleted file mode 100644 index fc81af8..0000000 --- a/shopAI.js +++ /dev/null @@ -1 +0,0 @@ -/* ShopAI */ \ No newline at end of file