Less than 72 characters

This commit is contained in:
RobertHeaton
2020-05-05 00:18:58 +01:00
parent 13a452d238
commit 44597654b1
32 changed files with 489 additions and 0 deletions

19
site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Portfolio",
"short_name": "Portfolio",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}