23 lines
545 B
JSON
23 lines
545 B
JSON
|
|
{
|
||
|
|
"name": "Posimai Veil",
|
||
|
|
"short_name": "Veil",
|
||
|
|
"description": "ホーム画面をシンプルに保つアプリランチャー",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#0D0D0D",
|
||
|
|
"theme_color": "#0D0D0D",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/logo.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/logo.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|