diff --git a/index.html b/index.html index a04bff5..34af931 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..8137537 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Timmy's Nexus", + "short_name": "Nexus", + "start_url": "/", + "display": "fullscreen", + "background_color": "#050510", + "theme_color": "#050510", + "icons": [ + { + "src": "icons/t-logo-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/t-logo-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +}