Last active
May 8, 2017 18:50
-
-
Save JHPG/49e8001dbf9337fc87594e843cb6d2be to your computer and use it in GitHub Desktop.
Webapp hub json list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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