Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Feb 2, 2024
1 parent 286c256 commit 3c85980
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 3c85980

Please sign in to comment.