mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
16 lines
393 B
Diff
16 lines
393 B
Diff
diff --git a/package.json b/package.json
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -40,5 +40,9 @@
|
|
"TRADEMARK": "Яндекс Музыка",
|
|
"DEEPLINK_PROTOCOL": "yandexmusic"
|
|
},
|
|
- "license": "UNLICENSED"
|
|
+ "license": "UNLICENSED",
|
|
+ "icon": {
|
|
+ "48x48": "build/next-desktop/favicon.png",
|
|
+ "scalable": "build/next-desktop/favicon.svg"
|
|
+ }
|
|
}
|
|
--
|