CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"expo": {
"name": "Gluecron",
"slug": "gluecron",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"splash": {
"backgroundColor": "#0d1117"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gluecron.app"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#0d1117"
},
"package": "com.gluecron.app"
}
}
}
|