main
webmanifest 16 lines 322 Bytes
Raw
1 {
2 "name": "React Compiler Playground",
3 "short_name": "React REPL",
4 "display": "standalone",
5 "start_url": "/",
6 "theme_color": "#fff",
7 "background_color": "#000000",
8 "orientation": "portrait",
9 "icons": [
10 {
11 "src": "/icon-180x180.png",
12 "type": "image/png",
13 "sizes": "180x180"
14 }
15 ]
16 }