Add notification support and background sync service for Android
Some checks failed
Build / build-linux (push) Successful in 8m27s
Build / build-windows (push) Successful in 9m58s
Build / build-android (push) Has been cancelled

This commit is contained in:
2026-01-24 04:07:08 +11:00
parent 703750d84b
commit 74879140b2
8 changed files with 409 additions and 6 deletions

View File

@@ -25,6 +25,11 @@
"csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:"
}
},
"plugins": {
"notification": {
"sound": true
}
},
"bundle": {
"active": true,
"targets": ["msi", "appimage", "deb", "rpm"],