Profile-Page/site.webmanifest

19 lines
478 B
Text
Raw Permalink Normal View History

2024-06-11 12:55:02 -05:00
{
"name": "Nathan Peckham Profile Page",
"short_name": "Nate Profile",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}