learning_ai_clock/shared/product.json
2026-03-19 19:44:05 -07:00

32 lines
898 B
JSON

{
"productId": "chronomind",
"displayName": "ChronoMind",
"bundleId": {
"ios": "com.saravana.chronomind",
"android": "com.chronomind.app"
},
"domain": "chronomind.app",
"description": "AI-powered contextual clock and timer",
"backendPort": 4011,
"platforms": ["web", "ios", "android", "watch", "mac"],
"primarySurface": "web",
"mobileCompanion": true,
"licensePrefix": "CHRONO",
"configDirName": ".ChronoMind",
"envVarPrefix": "CHRONO",
"packageName": "chronomind",
"cosmos": {
"containers": [
{ "name": "timers", "partitionKey": "/userId" },
{ "name": "routines", "partitionKey": "/userId" },
{ "name": "households", "partitionKey": "/id" },
{ "name": "shared_timers", "partitionKey": "/householdId" },
{ "name": "webhooks", "partitionKey": "/userId" }
]
},
"ports": {
"service": 4011
},
"version": "0.1.0"
}