From ead99e7729b28a7448302c59fc6a8eab9cfea34e Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 19 Mar 2026 19:44:05 -0700 Subject: [PATCH] feat: add product.json manifest (chronomind, port 4011) --- shared/product.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 shared/product.json diff --git a/shared/product.json b/shared/product.json new file mode 100644 index 0000000..df4ff2d --- /dev/null +++ b/shared/product.json @@ -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" +}