From 3c85980c9d04ee0ae4f3287f5211e2218caeff72 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Fri, 2 Feb 2024 11:53:04 -0500 Subject: [PATCH] chore: prettier --- public/manifest.json | 108 +++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index ee8624246..94afc795f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,56 +1,56 @@ { - "short_name": "NEAR", - "name": "NEAR | The OS for an Open Web", - "start_url": "/near/widget/ActivityPage", - "scope": "/", - "display": "standalone", - "shortcuts": [ - { - "name":"Ecosystem", - "url": "/near/widget/NearOrg.EcosystemPage", - "description":"A vibrant ecosystem that supports developers, founders, and contributors" - } - ], - "screenshots": [ - { - "src": "bos-meta.png", - "sizes": "1200x630", - "type": "image/png", - "description": "A screenshot of the home page", - "form_factor": "wide" - }, - { - "src": "bos-meta.png", - "sizes": "1200x630", - "type": "image/png", - "description": "A screenshot of the home page" - } - ], - "icons": [ - { - "src": "apple-touch-icon.png", - "sizes": "300x300", - "type": "image/png" - }, - { - "src": "logo192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "logo512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "favicon.ico", - "sizes": "64x64", - "type": "image/x-icon" - }, - { - "src": "favicon.png", - "sizes": "1024x1024", - "type": "image/png" - } - ] + "short_name": "NEAR", + "name": "NEAR | The OS for an Open Web", + "start_url": "/near/widget/ActivityPage", + "scope": "/", + "display": "standalone", + "shortcuts": [ + { + "name": "Ecosystem", + "url": "/near/widget/NearOrg.EcosystemPage", + "description": "A vibrant ecosystem that supports developers, founders, and contributors" + } + ], + "screenshots": [ + { + "src": "bos-meta.png", + "sizes": "1200x630", + "type": "image/png", + "description": "A screenshot of the home page", + "form_factor": "wide" + }, + { + "src": "bos-meta.png", + "sizes": "1200x630", + "type": "image/png", + "description": "A screenshot of the home page" + } + ], + "icons": [ + { + "src": "apple-touch-icon.png", + "sizes": "300x300", + "type": "image/png" + }, + { + "src": "logo192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "logo512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "favicon.ico", + "sizes": "64x64", + "type": "image/x-icon" + }, + { + "src": "favicon.png", + "sizes": "1024x1024", + "type": "image/png" + } + ] }