From 77363d5530b2fc9f8269634a8130bef8a3607278 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Fri, 23 Feb 2024 23:24:36 -0800 Subject: [PATCH] format --- site/docs/public/manifest.json | 50 +++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/site/docs/public/manifest.json b/site/docs/public/manifest.json index b3e1ee7a95..91d89f3cb7 100644 --- a/site/docs/public/manifest.json +++ b/site/docs/public/manifest.json @@ -1,26 +1,26 @@ { - "name": "OnchainKit", - "short_name": "OnchainKit", - "icons": [ - { - "src": "/favicon/16x16.png", - "sizes": "16x16", - "type": "image/png" - }, - { - "src": "/favicon/48x48.png", - "sizes": "48x48", - "type": "image/png" - }, - { - "src": "/favicon/96x96.png", - "sizes": "96x96", - "type": "image/png" - } - ], - "theme_color": "#000000", - "background_color": "#000000", - "start_url": "/", - "display": "standalone", - "orientation": "portrait" - } \ No newline at end of file + "name": "OnchainKit", + "short_name": "OnchainKit", + "icons": [ + { + "src": "/favicon/16x16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "/favicon/48x48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/favicon/96x96.png", + "sizes": "96x96", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "start_url": "/", + "display": "standalone", + "orientation": "portrait" +}