mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-21 20:03:27 +10:00
24 lines
575 B
JSON
24 lines
575 B
JSON
|
|
|
|
{
|
|
"name": "Post Oak Lab",
|
|
"short_name": "Post Oak Lab",
|
|
"description": "A place where I document my IT and networking projects. Also a way for me to learn Git and Markdown.",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/img/favicons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/img/favicons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}],
|
|
"start_url": "/index.html",
|
|
"theme_color": "#2a1e6b",
|
|
"background_color": "#ffffff",
|
|
"display": "fullscreen"
|
|
}
|
|
|