{ "expo": { "name": "stremio-expo", "slug": "stremio-expo", "version": "1.0.0", "orientation": "default", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true } } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "permissions": [ "INTERNET", "WAKE_LOCK" ], "package": "com.stremio.expo" }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "7a199ed7-d3dc-46df-b39e-2ddf68089981" } } } }