1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/web/public/manifest.json

26 lines
506 B
JSON
Raw Normal View History

2019-07-27 19:18:54 +09:00
{
2019-07-31 10:36:54 +09:00
"short_name": "namae",
"name": "namae.dev",
2019-07-27 19:18:54 +09:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
2019-08-01 15:18:19 +09:00
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
2019-07-27 19:18:54 +09:00
}
],
"start_url": ".",
"display": "standalone",
2019-08-01 15:18:19 +09:00
"theme_color": "#ffffff",
2019-07-27 19:18:54 +09:00
"background_color": "#ffffff"
}