Skip to content

Instantly share code, notes, and snippets.

@alfari16
Created April 22, 2018 01:39
Show Gist options
  • Select an option

  • Save alfari16/d130368b6fb1edd937dd4f2f6b74683c to your computer and use it in GitHub Desktop.

Select an option

Save alfari16/d130368b6fb1edd937dd4f2f6b74683c to your computer and use it in GitHub Desktop.
{
"name": "vue-rss-feed",
"short_name": "vue-rss-feed",
"icons": [
{
"src": "/static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#4DBA87"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment