diff options
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" } + ] +} |
