initial commit

This commit is contained in:
Nick Pegg 2017-09-24 17:04:47 -07:00
commit 833e5f19fc
14 changed files with 11636 additions and 0 deletions

15
public/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"short_name": "nickpegg.com",
"name": "nickpegg.com",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}