aboutsummaryrefslogtreecommitdiffstats
path: root/pwathings/manifest.json
blob: ae44b6d82f5e9781ad7546517062a745e17750da (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
	"name": "Aleteoryx's Circuit Utilities",
	"short_name": "R2CUtils",
	"description": "A set of tools for understanding and working with Rec Room's circuits.",
	
	"start_url": "/",
	"display": "minimal-ui",
	
	"background_color": "#082f41",

	"shortcuts": [
		{
			"name": "Chip Searcher",
			"url": "/searcher"
		},
		{
			"name": "Chip Grapher",
			"url": "/grapher"
		}
	],

	"icons": [
		{
			"src": "/pwathings/icons/400x.png",
			"sizes": "400x400",
			"type": "image/png"
		},
		{
			"src": "/pwathings/icons/200x.png",
			"sizes": "200x200",
			"type": "image/png"
		},
		{
			"src": "/pwathings/icons/100x.png",
			"sizes": "100x100",
			"type": "image/png"
		},
		{
			"src": "/pwathings/icons/64x.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "/pwathings/icons/32x.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/pwathings/icons/16x.png",
			"sizes": "16x16",
			"type": "image/png"
		}
	]
}