FILE / Unmei/Frontend

public/manifest.json

Исходный файл и его история в репозитории.
FILE 36cff8be53de26a96fa4f792ae39156fe2bc272e
Files
Frontend/public/manifest.json
T
2020-04-02 02:14:23 +03:00

17 lines
387 B
JSON
Executable File

{
"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"
}