xref: /MusicFree/app.json (revision 0d1fddeff92153c06372915cfbdad05521a127a3)
1{
2  "name": "MusicFree",
3  "displayName": "MusicFree",
4  "expo": {
5    "plugins": [
6      [
7        "expo-splash-screen",
8        {
9          "backgroundColor": "#27282C",
10          "image": "./android/app/src/main/res/drawable/splashscreen_image.png",
11          "imageWidth": 200
12        }
13      ]
14    ],
15  }
16}
17