803f147fbb
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "PostizMobile",
|
|
"slug": "postiz-mobile",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "postiz-mobile",
|
|
"userInterfaceStyle": "dark",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/images/icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0D0D0F"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"infoPlist": {
|
|
"NSPhotoLibraryUsageDescription": "PostizMobile needs access to your photo library to attach images to posts.",
|
|
"NSCameraUsageDescription": "PostizMobile needs camera access to take photos for posts."
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "fr.gyozamancave.postizmobile",
|
|
"permissions": [
|
|
"READ_EXTERNAL_STORAGE",
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
"READ_MEDIA_IMAGES",
|
|
"RECEIVE_BOOT_COMPLETED",
|
|
"VIBRATE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/images/icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-font",
|
|
"expo-web-browser",
|
|
"expo-image-picker",
|
|
"expo-secure-store",
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/images/icon.png",
|
|
"color": "#6366F1",
|
|
"sounds": []
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
}
|
|
}
|
|
}
|