diff options
Diffstat (limited to 'site.webmanifest')
-rw-r--r-- | site.webmanifest | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..a1ae808 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Hack GPON", + "short_name": "Hack GPON", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#27262b", + "background_color": "#27262b", + "start_url": "https://hack-gpon.github.io/", + "display": "standalone" +} |