32 lines
898 B
JSON
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"
|
|
}
|