diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-26 12:05:36 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:40 +0100 |
commit | 5c445086f157001b0cf4cba20ed220e59a11d27c (patch) | |
tree | 090d93be6ad96b79d6d4a4778ed655b1de9c2a12 /site.webmanifest | |
parent | Update ont-huawei-ma5671a.md (diff) | |
download | hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar.gz hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar.bz2 hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar.lz hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar.xz hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.tar.zst hack-gpon.github.io-5c445086f157001b0cf4cba20ed220e59a11d27c.zip |
Diffstat (limited to '')
-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" +} |