{ "expo": { "name": "Genarrative", "slug": "genarrative-mobile-shell", "scheme": "genarrative", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "assetBundlePatterns": [ "**/*" ], "plugins": [ [ "expo-image-picker", { "photosPermission": "允许 Genarrative 读取你选择的图片,用于导入创作素材和参考图。", "cameraPermission": false, "microphonePermission": false } ] ], "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 } } }