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