feat: add product.json manifest (chronomind, port 4011)
This commit is contained in:
parent
83e54c29be
commit
ead99e7729
31
shared/product.json
Normal file
31
shared/product.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user