82 lines
2.1 KiB
JSON
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"
|
|
}
|
|
}
|