Created
January 28, 2022 15:24
-
-
Save steph-crown/954ca9f802f0ee8ac033be5c0205ad28 to your computer and use it in GitHub Desktop.
A web manifest file
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
{ | |
"name": "Studylove PWA", | |
"short_name": "Studylove", | |
"description": "This is a PWA tutorial created by Steph Crown", | |
"start_url": ".", | |
"background_color": "#B3D1FF", | |
"theme_color": "#0A0F75", | |
"display": "standalone", | |
"icons": [ | |
{ | |
"src": "assets/logo192.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "assets/logo512.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment