mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
17 lines
423 B
Diff
17 lines
423 B
Diff
|
diff --git a/package.json b/package.json
|
||
|
index c1bab0e..d66268b 100644
|
||
|
--- 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"
|
||
|
+ }
|
||
|
}
|
||
|
--
|