diff --git a/assets/favicon/site.webmanifest b/assets/favicon/site.webmanifest index 1033ed06..b20abb7c 100644 --- a/assets/favicon/site.webmanifest +++ b/assets/favicon/site.webmanifest @@ -2,8 +2,16 @@ "name": "", "short_name": "", "icons": [ - { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, - { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } ], "theme_color": "#ffffff", "background_color": "#ffffff", diff --git a/assets/toshiki-notebook-favicon/site.webmanifest b/assets/toshiki-notebook-favicon/site.webmanifest index 1033ed06..b20abb7c 100644 --- a/assets/toshiki-notebook-favicon/site.webmanifest +++ b/assets/toshiki-notebook-favicon/site.webmanifest @@ -2,8 +2,16 @@ "name": "", "short_name": "", "icons": [ - { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, - { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } ], "theme_color": "#ffffff", "background_color": "#ffffff",