23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"name": "Quixotic Music",
|
|
"short_name": "Quixotic",
|
|
"description": "Удобный сервис для поиска и скачивания музыки",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#007AFF",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"categories": ["music", "entertainment"],
|
|
"lang": "ru",
|
|
"dir": "ltr",
|
|
"scope": "/",
|
|
"prefer_related_applications": false
|
|
}
|