Skip to content

Instantly share code, notes, and snippets.

@Steph-crown
Created January 28, 2022 15:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Steph-crown/954ca9f802f0ee8ac033be5c0205ad28 to your computer and use it in GitHub Desktop.
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