Skip to content

Instantly share code, notes, and snippets.

@walbinjr
Created November 13, 2017 16:34
Show Gist options
  • Save walbinjr/8492ad535fee6c3fb9f58a7e86f73c4b to your computer and use it in GitHub Desktop.
Save walbinjr/8492ad535fee6c3fb9f58a7e86f73c4b to your computer and use it in GitHub Desktop.
Medium - manifest service worker
{
"short_name": "Time to Go",
"name": "Time To Go!",
"start_url": "index.html?launcher=true",
"icons": [
{
"src": "assets/icon.png",
"type": "image/png",
"sizes": "128x128"
}
],
"background_color": "#2196F3",
"theme_color": "#2196F3",
"orientation": "portrait",
"display": "standalone"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment