2025-06-13 04:06:38 +08:00
{
"expo" : {
2025-06-17 04:21:36 +08:00
"name" : "Suna" ,
2025-06-13 04:06:38 +08:00
"slug" : "suna-mobile" ,
"version" : "1.0.0" ,
"orientation" : "portrait" ,
"icon" : "./assets/images/icon.png" ,
"scheme" : "sunamobile" ,
"userInterfaceStyle" : "automatic" ,
"newArchEnabled" : true ,
2025-06-17 04:21:36 +08:00
"description" : "Suna is a fully open source AI assistant that helps you accomplish real-world tasks with ease. Through natural conversation, Suna becomes your digital companion for research, data analysis, and everyday challenges." ,
"primaryColor" : "#000000" ,
"privacy" : "public" ,
"platforms" : [
"ios" ,
"android" ,
"web"
] ,
"keywords" : [
"AI" ,
"artificial intelligence" ,
"browser automation" ,
"web scraping" ,
"file management" ,
"AI assistant" ,
"open source" ,
"research" ,
"data analysis"
] ,
"githubUrl" : "https://github.com/kortix-ai/suna" ,
2025-06-13 04:06:38 +08:00
"ios" : {
2025-06-17 04:21:36 +08:00
"supportsTablet" : true ,
"bundleIdentifier" : "com.kortix.suna" ,
"buildNumber" : "1.0.0" ,
"infoPlist" : {
"CFBundleDisplayName" : "Suna" ,
"NSAppTransportSecurity" : {
"NSAllowsArbitraryLoads" : true
}
}
2025-06-13 04:06:38 +08:00
} ,
"android" : {
"adaptiveIcon" : {
"foregroundImage" : "./assets/images/adaptive-icon.png" ,
"backgroundColor" : "#ffffff"
} ,
2025-06-17 04:21:36 +08:00
"edgeToEdgeEnabled" : true ,
"package" : "com.kortix.suna" ,
"versionCode" : 1 ,
"permissions" : [
"INTERNET" ,
"CAMERA" ,
"RECORD_AUDIO"
]
2025-06-13 04:06:38 +08:00
} ,
"web" : {
"bundler" : "metro" ,
"output" : "static" ,
2025-06-17 04:21:36 +08:00
"favicon" : "./assets/images/favicon.png" ,
"name" : "Suna - Open Source Generalist AI Agent" ,
"shortName" : "Suna" ,
"description" : "Suna is a fully open source AI assistant that helps you accomplish real-world tasks with ease through natural conversation." ,
"startUrl" : "/" ,
"display" : "standalone" ,
"orientation" : "portrait" ,
"themeColor" : "#000000" ,
"backgroundColor" : "#ffffff" ,
"lang" : "en" ,
"scope" : "/" ,
"crossorigin" : "use-credentials"
2025-06-13 04:06:38 +08:00
} ,
"plugins" : [
"expo-router" ,
[
"expo-splash-screen" ,
{
"image" : "./assets/images/splash-icon.png" ,
"imageWidth" : 200 ,
"resizeMode" : "contain" ,
"backgroundColor" : "#ffffff"
}
2025-06-17 04:21:36 +08:00
] ,
2025-06-24 05:15:02 +08:00
"expo-font" ,
"expo-web-browser"
2025-06-13 04:06:38 +08:00
] ,
"experiments" : {
"typedRoutes" : true
2025-06-17 04:21:36 +08:00
} ,
"extra" : {
"eas" : {
"projectId" : "suna-mobile"
} ,
"metadata" : {
"applicationName" : "Suna" ,
"authors" : "Kortix Team" ,
"creator" : "Kortix Team" ,
"publisher" : "Kortix Team" ,
"category" : "Technology" ,
"siteUrl" : "https://suna.so" ,
"twitterHandle" : "@kortixai"
}
2025-06-13 04:06:38 +08:00
}
}
2025-06-24 05:15:02 +08:00
}