feat: Save Chats, Notifications + extension to v0.0.3

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-08-21 23:06:30 -07:00
parent 2f22acbfa0
commit 8ab9c26b4c
6 changed files with 273 additions and 67 deletions

View file

@ -3,7 +3,7 @@
"name": "SurfSense",
"description": "Extension to collect Browsing History for SurfSense.",
"version": "0.0.2",
"version": "0.0.3",
"action": {
"default_popup": "popup.html"

View file

@ -216,7 +216,7 @@ export const Popup = () => {
neouser: localStorage.getItem('neouser'),
neopass: localStorage.getItem('neopass'),
openaikey: localStorage.getItem('openaikey'),
apisecretkey: API_SECRET_KEY
token: localStorage.getItem('token')
}
// console.log("toSend",toSend)