summaryrefslogtreecommitdiffstats
path: root/static/manifest.webmanifest
blob: a2ecebf2aa339448df69df30fb1d08d9ffe39155 (plain)
1
2
3
4
5
6
7
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" }
	]
}