public/manifest.webmanifest 392 B raw
1
{
2
	"name": "Steve Simkins",
3
	"short_name": "Steve_Simkins",
4
	"description": "Developer and Technical Writer",
5
	"icons": [
6
		{
7
			"src": "/192x192.png",
8
			"sizes": "192x192",
9
			"type": "image/png"
10
		},
11
		{
12
			"src": "/512x512.png",
13
			"sizes": "512x512",
14
			"type": "image/png"
15
		}
16
	],
17
	"start_url": "/",
18
	"background_color": "#2e3440",
19
	"theme_color": "#a3be8c",
20
	"display": "standalone"
21
}