update manifest
authormarcelveldt <marcelvanderveldt@MacBook-Pro.local>
Thu, 16 May 2019 20:46:50 +0000 (22:46 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Pro.local>
Thu, 16 May 2019 20:46:50 +0000 (22:46 +0200)
music_assistant/web/index.html
music_assistant/web/manifest.json

index 1f68a48dc16c0b20445c07e58feec17e6367c1d9..7b13a151de21fd0d8a1d94714d36990d010ce5b7 100755 (executable)
@@ -9,7 +9,7 @@
         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
         <link rel="icon" href="./images/icons/icon-256x256.png">
         <link rel="manifest" href="./manifest.json">
-        <link rel="apple-touch-icon" sizes="180x180" href="./images/icons/icon-256x256.png">
+        <link rel="apple-touch-icon" sizes="256x256" href="./images/icons/icon-256x256.png">
         <link href="./css/site.css" rel="stylesheet">
     </head>
 
index 5fbca0dc0b4f32f25286bfc05cd6a2fe29f2d16b..6a3c4b97f136afeaff99d0ecdf9d7878f641da93 100755 (executable)
@@ -6,43 +6,14 @@
   "display": "standalone",
   "Scope": "/",
   "start_url": "/",
-  "icons": [{
-      "src": "images/icons/icon-72x72.png",
-      "sizes": "72x72",
-      "type": "image/png"
-    },
-    {
-      "src": "images/icons/icon-96x96.png",
-      "sizes": "96x96",
-      "type": "image/png"
-    },
+  "icons": [
     {
       "src": "images/icons/icon-128x128.png",
       "sizes": "128x128",
       "type": "image/png"
     },
     {
-      "src": "images/icons/icon-144x144.png",
-      "sizes": "144x144",
-      "type": "image/png"
-    },
-    {
-      "src": "images/icons/icon-152x152.png",
-      "sizes": "152x152",
-      "type": "image/png"
-    },
-    {
-      "src": "images/icons/icon-192x192.png",
-      "sizes": "192x192",
-      "type": "image/png"
-    },
-    {
-      "src": "images/icons/icon-384x384.png",
-      "sizes": "384x384",
-      "type": "image/png"
-    },
-    {
-      "src": "images/icons/icon-512x512.png",
+      "src": "images/icons/icon-256x256.png",
       "sizes": "512x512",
       "type": "image/png"
     }