diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:36:22 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:36:22 +0200 |
| commit | 78715c75ea29590e916872fe0a2bd2ce77f28e85 (patch) | |
| tree | ce0d65671fabe94d849af40d1b0dfe0eb52aaa5a /static/manifest.webmanifest | |
| parent | 0058daddb6e89856ac30d41675c36980f5290a46 (diff) | |
| download | gohugo-theme-ed-78715c75ea29590e916872fe0a2bd2ce77f28e85.tar.gz | |
Rework icons
Diffstat (limited to 'static/manifest.webmanifest')
| -rw-r--r-- | static/manifest.webmanifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..a2ecebf --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,8 @@ +{ + "short_name": "Ed.", + "name": "Ed: a Hugo theme for minimal editions", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +} |
