Feat: Established connection with the database for loading valid urls....
Feat: Established connection with the database for loading valid urls. Incorporated functionality for checking it and reworked the background worker to check for both the brand of the product as well as the store that is selling it. @
parent
51f5eaec
No related branches found
No related tags found
Showing
- assets/dataset_small.json 7 additions, 0 deletionsassets/dataset_small.json
- background/index.ts 24 additions, 3 deletionsbackground/index.ts
- background/messages/ping.ts 39 additions, 7 deletionsbackground/messages/ping.ts
- content.svelte 11 additions, 7 deletionscontent.svelte
- package-lock.json 810 additions, 3 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- rating.svelte 9 additions, 1 deletionrating.svelte
This diff is collapsed.
... | ... | @@ -12,6 +12,7 @@ |
"dependencies": { | ||
"@plasmohq/messaging": "^0.6.1", | ||
"@plasmohq/storage": "^1.9.0", | ||
"firebase": "^10.7.2", | ||
"plasmo": "0.84.0", | ||
"svelte": "^4.2.8", | ||
"svelte-preprocess": "^5.1.2" | ||
... | ... |
Please register or sign in to comment