Skip to content

Instantly share code, notes, and snippets.

@Steph-crown
Created January 28, 2022 15:24
Embed
What would you like to do?
A web manifest file
{
"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