added notifications for mobile

This commit is contained in:
2024-10-31 08:56:21 +02:00
parent 6ed45501f7
commit 77ef45345d
11 changed files with 428 additions and 338 deletions

View File

@@ -3,7 +3,13 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.example.app',
appName: 'Qortal ',
webDir: 'dist'
webDir: 'dist',
"plugins": {
"LocalNotifications": {
"smallIcon": "qort",
"iconColor": "#09b6e8"
}
}
};
export default config;