summaryrefslogtreecommitdiff
path: root/assets/client/manifest.json
blob: 48030a29807777352d9fa1293bdbf820133a4fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"short_name": "Misskey",
	"name": "Misskey",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#313a42",
	"theme_color": "#86b300",
	"icons": [
		{
			"src": "/static-assets/icons/192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/static-assets/icons/512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"share_target": {
		"action": "/share/",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	}
}