moved shopAI.js location

This commit is contained in:
buzz-lightsnack-2007 2024-03-19 14:50:32 +08:00
parent 2c9a55d724
commit 7d55dd65d4
3 changed files with 5 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": ["http://*/*", "https://*/*"], "matches": ["http://*/*", "https://*/*"],
"js": ["shopAI.js"] "js": ["scripts/shopAI.js"]
} }
], ],

4
scripts/shopAI.js Normal file
View file

@ -0,0 +1,4 @@
/* ShopAI
Shop wisely with AI!
*/

View file

@ -1 +0,0 @@
/* ShopAI */