1{ 2 "description": "This demonstrates a bunch of the native components that you can use in React Native core and Expo.", 3 "display": "standalone", 4 "lang": "en", 5 "name": "Expo APIs", 6 "short_name": "Expo APIs", 7 "start_url": "/?utm_source=web_app_manifest", 8 "theme_color": "#cccccc", 9 "related_applications": [ 10 { 11 "platform": "itunes", 12 "url": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8", 13 "id": "host.exp.nclexp" 14 }, 15 { 16 "platform": "play", 17 "url": "https://play.google.com/store/apps/details?id=host.exp.exponent", 18 "id": "host.exp.nclexp" 19 } 20 ], 21 "prefer_related_applications": true, 22 "icons": [ 23 { 24 "src": "/pwa/chrome-icon/chrome-icon-144.png", 25 "sizes": "144x144", 26 "type": "image/png" 27 }, 28 { 29 "src": "/pwa/chrome-icon/chrome-icon-192.png", 30 "sizes": "192x192", 31 "type": "image/png" 32 }, 33 { 34 "src": "/pwa/chrome-icon/chrome-icon-512.png", 35 "sizes": "512x512", 36 "type": "image/png" 37 } 38 ] 39}