-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
32 lines (32 loc) · 890 Bytes
/
Copy pathversion.json
File metadata and controls
32 lines (32 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"app": "ohh",
"version": "1.0.1",
"buildDate": "2025-12-06T12:00:00Z",
"releaseNotes": "Added comprehensive usage tracking and analytics - monitor app usage, feature adoption, and user engagement metrics",
"features": {
"walletIntegration": {
"enabled": true,
"chains": ["ethereum", "polygon", "arbitrum", "optimism", "avalanche", "fantom", "base", "solana"]
},
"taskManagement": {
"enabled": true,
"filtering": true,
"sorting": true,
"search": true
},
"emailReminders": {
"enabled": true,
"interval": 300000
},
"usageTracking": {
"enabled": true,
"metricsTracked": ["sessions", "visits", "tasksCreated", "tasksCompleted", "walletConnections", "featureUsage"]
}
},
"breaking": false,
"deprecated": [],
"security": {
"lastAudit": "2025-12-06",
"vulnerabilities": 0
}
}