CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
app.json34 linesDownload Raw Back to webeditor
1{2  "expo": {3    "name": "webeditor",4    "slug": "webeditor",5    "version": "1.0.0",6    "orientation": "portrait",7    "icon": "./assets/icon.png",8    "userInterfaceStyle": "light",9    "splash": {10      "image": "./assets/splash.png",11      "resizeMode": "contain",12      "backgroundColor": "#ffffff"13    },14    "updates": {15      "fallbackToCacheTimeout": 016    },17    "assetBundlePatterns": [18      "**/*"19    ],20    "ios": {21      "supportsTablet": true22    },23    "android": {24      "adaptiveIcon": {25        "foregroundImage": "./assets/adaptive-icon.png",26        "backgroundColor": "#FFFFFF"27      }28    },29    "web": {30      "favicon": "./assets/favicon.png"31    }32  }33}34