Skip to content

Instantly share code, notes, and snippets.

@saamerm
Last active September 17, 2017 15:17
Show Gist options
  • Save saamerm/b2b196083dfc92e066ae48e6882eec69 to your computer and use it in GitHub Desktop.
Save saamerm/b2b196083dfc92e066ae48e6882eec69 to your computer and use it in GitHub Desktop.
App banner android
{
"name": "HackerWeb",
"short_name": "HackerWeb",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A simply readable Hacker News app.",
"icons": [{
"src": "http://www.free-icons-download.net/images/ater-symbol-icon-24651.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "https://www.mainboard.com/apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "https://www.sammobile.com/wp-content/uploads/2017/03/app_icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"related_applications": [{
"platform": "web"
}, {
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment