-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
286c256
commit 3c85980
Showing
1 changed file
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |