Initial commit

This commit is contained in:
Michael Smith
2018-02-27 12:44:11 +01:00
parent ec8f38f507
commit 1c8ba50102
159 changed files with 16261 additions and 0 deletions

13
assets/img/manifest.json Normal file
View File

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