mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-28 21:49:40 +02:00
feat: Save Chats, Notifications + extension to v0.0.3
This commit is contained in:
parent
2f22acbfa0
commit
8ab9c26b4c
6 changed files with 273 additions and 67 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue