Files
react-test/docs/public/static/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
640 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"name": "MUI",
"short_name": "MUI",
"display": "minimal-ui",
"start_url": "/",
"theme_color": "#007FFF",
"background_color": "#ffffff",
"icons": [
{
"src": "/static/icons/48x48.png",
"sizes": "48x48"
},
{
"src": "/static/icons/96x96.png",
"sizes": "96x96"
},
{
"src": "/static/icons/192x192.png",
"sizes": "192x192"
},
{
"src": "/static/icons/256x256.png",
"sizes": "256x256"
},
{
"src": "/static/icons/384x384.png",
"sizes": "384x384"
},
{
"src": "/static/icons/512x512.png",
"sizes": "512x512"
}
]
}