mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-13 03:36:18 +09:00
25 lines
442 B
JSON
Executable File
25 lines
442 B
JSON
Executable File
{
|
|
"main": [
|
|
{
|
|
"name": "facebook",
|
|
"icon": "FaFacebook",
|
|
"link": "https://www.facebook.com/"
|
|
},
|
|
{
|
|
"name": "twitter",
|
|
"icon": "FaTwitter",
|
|
"link": "https://twitter.com/"
|
|
},
|
|
{
|
|
"name": "github",
|
|
"icon": "FaGithub",
|
|
"link": "https://www.github.com/"
|
|
},
|
|
{
|
|
"name": "linkedin",
|
|
"icon": "FaLinkedin",
|
|
"link": "https://www.linkedin.com/"
|
|
}
|
|
]
|
|
}
|