moved shopAI.js location
This commit is contained in:
parent
2c9a55d724
commit
7d55dd65d4
3 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
"js": ["shopAI.js"]
|
||||
"js": ["scripts/shopAI.js"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
4
scripts/shopAI.js
Normal file
4
scripts/shopAI.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* ShopAI
|
||||
Shop wisely with AI!
|
||||
*/
|
||||
|
|
@ -1 +0,0 @@
|
|||
/* ShopAI */
|
Loading…
Add table
Add a link
Reference in a new issue