diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 000000000..13e35d9a7 --- /dev/null +++ b/app.json @@ -0,0 +1,29 @@ +{ + "expo": { + "name": "bluesky", + "slug": "bluesky", + "version": "1.7.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "light", + "splash": { + "image": "./assets/splash.png", + "resizeMode": "contain", + "backgroundColor": "#ffffff" + }, + "ios": { + "supportsTablet": false, + "bundleIdentifier": "xyz.blueskyweb.app" + }, + "android": { + "adaptiveIcon": { + "foregroundImage": "./assets/adaptive-icon.png", + "backgroundColor": "#ffffff" + }, + "package": "xyz.blueskyweb.app" + }, + "web": { + "favicon": "./assets/favicon.png" + } + } +} |