Skip to content

Instantly share code, notes, and snippets.

@JHPG
Last active May 8, 2017 18:50
Show Gist options
  • Save JHPG/49e8001dbf9337fc87594e843cb6d2be to your computer and use it in GitHub Desktop.
Save JHPG/49e8001dbf9337fc87594e843cb6d2be to your computer and use it in GitHub Desktop.
Webapp hub json list
[
{
"name": "Facebook",
"url": "http://facebook.com/",
"hexColor": "#3A5998",
"logoUrl": "facebook-logo",
"textColor": "#FFFFFF"
},
{
"name": "Twitter",
"url": "http://twitter.com/",
"hexColor": "#55ACEF",
"logoUrl": "twitter-logo",
"textColor": "#FFFFFF"
},
{
"name": "9gag",
"url": "http://9gag.com/",
"hexColor": "#000000",
"logoUrl": "9gag-logo",
"textColor": "#FFFFFF"
},
{
"name": "TIA Mackenzie",
"url": "https://www3.mackenzie.com.br/tia/index2.php",
"hexColor": "#DA0019",
"logoUrl": "mack-logo",
"textColor": "#FFFFFF"
},
{
"name": "Any.do",
"url": "http://any.do",
"hexColor": "#019ACC",
"logoUrl": "anydo-icon",
"textColor": "#FFFFFF"
},
{
"name": "Pocket",
"url": "http://getpocket.com/",
"hexColor": "#EF4056",
"logoUrl": "pocket-logo",
"textColor": "#FFFFFF"
},
{
"name": "Tecmundo",
"url": "http://www.tecmundo.com.br/",
"hexColor": "#0099FF",
"logoUrl": "tecmundo-icon",
"textColor": "#FFFFFF"
},
{
"name": "Tinder",
"url": "https://tinder.com",
"hexColor": "#FFFFFF",
"logoUrl": "https://tinder.com/static/apple-touch-icon.png",
"textColor": "#EC644B"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment