From 15f164d072396c19ade67a9ed900ffd9b474ba3a Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sun, 17 Sep 2023 01:59:05 -0700 Subject: [PATCH] refactor(lint): lint site manifest json config file aligning prettier config --- assets/favicon/site.webmanifest | 12 ++++++++++-- assets/toshiki-notebook-favicon/site.webmanifest | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) 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",