22 lines
589 B
JSON
22 lines
589 B
JSON
{
|
|
"productId": "notelett",
|
|
"displayName": "NoteLett",
|
|
"description": "Structured notes platform for humans and AI agents",
|
|
"domain": "notelett.app",
|
|
"backendPort": 4016,
|
|
"bundleId": {
|
|
"ios": "com.bytelyst.notelett",
|
|
"android": "com.notelett.app"
|
|
},
|
|
"appGroup": "group.com.bytelyst.notelett",
|
|
"platforms": ["web", "ios", "android"],
|
|
"primarySurface": "web",
|
|
"mobileCompanion": true,
|
|
"licensePrefix": "NOTELETT",
|
|
"configDirName": ".NoteLett",
|
|
"envVarPrefix": "NOTELETT",
|
|
"bundleIdSuffix": "notelett",
|
|
"packageName": "notelett",
|
|
"version": "0.1.0"
|
|
}
|