mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"name": "React",
|
|
"short_name": "React",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#23272f",
|
|
"background_color": "#23272f",
|
|
"display": "standalone"
|
|
}
|