Skip to content

Instantly share code, notes, and snippets.

@samthor
Last active August 14, 2021 18:55
Show Gist options
  • Save samthor/3ba0dc4e40a8ba42cee715de701075da to your computer and use it in GitHub Desktop.
Save samthor/3ba0dc4e40a8ba42cee715de701075da to your computer and use it in GitHub Desktop.
simple manifest.json
{
"name": "Your Great Site",
"short_name": "Site 😎",
"description": "Learn how to create and share something or other.",
"start_url": "/?homescreen=1",
"background_color": "#000000",
"theme_color": "#0f4a73",
"icons": [{
"src": "icon-256.png",
"sizes": "256x256",
"type": "image/png"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment