Files
codexbar-mobile/app.json
T
space 2c31be11c4
CodexBar Mobile Build / build-android (push) Successful in 21m9s
CodexBar Mobile Build / release (push) Successful in 11s
by codex: feat. General Improvements
2026-06-25 14:27:58 +02:00

82 lines
2.1 KiB
JSON

{
"expo": {
"name": "Codexbar",
"slug": "codexbar-mobile",
"description": "Monitor Codex CLI and Claude.ai usage limits, resets, and credits at a glance.",
"scheme": "codexbar",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#090D11",
"primaryColor": "#10A37F",
"userInterfaceStyle": "automatic",
"ios": {
"bundleIdentifier": "dev.reversed.codexbar",
"buildNumber": "1",
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "dev.reversed.codexbar",
"versionCode": 1,
"adaptiveIcon": {
"backgroundColor": "#090D11",
"foregroundImage": "./assets/android-icon-foreground.png",
"backgroundImage": "./assets/android-icon-background.png",
"monochromeImage": "./assets/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": true
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/splash-icon.png",
"imageWidth": 220,
"resizeMode": "contain",
"backgroundColor": "#090D11",
"dark": {
"image": "./assets/splash-icon.png",
"backgroundColor": "#090D11"
}
}
],
[
"expo-secure-store",
{
"configureAndroidBackup": true,
"faceIDPermission": "Allow Codexbar to access your securely stored credentials."
}
],
"expo-document-picker",
[
"expo-notifications",
{
"icon": "./assets/notification-icon.png",
"color": "#10A37F",
"defaultChannel": "usage-alerts"
}
],
"expo-font"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "9196c5ee-4c6e-4229-9a99-54b50afe38e8"
}
},
"owner": "spacebanane"
}
}