1
0
mirror of https://github.com/tooot-app/app synced 2025-01-10 00:26:57 +01:00
tooot/app.json
2020-10-23 09:22:17 +02:00

24 lines
474 B
JSON

{
"expo": {
"name": "mastodon-app",
"slug": "mastodon-app",
"scheme": "mastodonct",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false
}
}
}