{ "expo": { "name": "Genarrative", "slug": "genarrative-mobile-shell", "scheme": "genarrative", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "associatedDomains": [ "applinks:app.genarrative.world" ] }, "android": { "package": "world.genarrative.mobile", "intentFilters": [ { "action": "VIEW", "autoVerify": true, "data": [ { "scheme": "https", "host": "app.genarrative.world" } ], "category": [ "BROWSABLE", "DEFAULT" ] } ] }, "extra": { "genarrativeHostBridgeVersion": 1 } } }