FILE / Unmei/Frontend

public/manifest.json

Исходный файл и его история в репозитории.
FILE 1d285fcfc3ad276e6581dfb05542cf9375b0d15a
Files
Frontend/public/manifest.json
T
2020-08-18 15:48:14 +03:00

17 lines
387 B
JSON

{
"short_name": "Unmei",
"name": "Unmei",
"icons": [{
"src": "/static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "/static/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"display": "fullscreen",
"start_url": "/",
"theme_color": "#0b0b1a",
"background_color": "#121222"
}