aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: 8ed54e7d01f84382ded3aef924f1e2c19a0fb1b8 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
	"short_name": "due.moe",
	"name": "due.moe",
	"start_url": "/",
	"orientation": "any",
	"icons": [
		{
			"src": "https://due.moe/favicon-196x196.png",
			"type": "image/png",
			"sizes": "196x196",
			"purpose": "maskable any"
		},
		{
			"src": "https://due.moe/favicon-128.png",
			"type": "image/png",
			"sizes": "128x128",
			"purpose": "maskable any"
		},
		{
			"src": "https://due.moe/favicon-96x96.png",
			"type": "image/png",
			"sizes": "96x96",
			"purpose": "maskable any"
		},
		{
			"src": "https://due.moe/favicon-32x32.png",
			"type": "image/png",
			"sizes": "32x32",
			"purpose": "maskable any"
		},
		{
			"src": "https://due.moe/favicon-16x16.png",
			"type": "image/png",
			"sizes": "16x16",
			"purpose": "maskable any"
		}
	],
	"background_color": "#060506",
	"display": "standalone",
	"scope": "/",
	"theme_color": "#060506",
	"description": "Instantly view which anime & manga on your lists have new episodes/chapters!",
	"shortcuts": [
		{
			"name": "Due Media",
			"short_name": "Due",
			"url": "/?source=pwa",
			"icons": [
				{
					"src": "https://due.moe/favicon-196x196.png",
					"type": "image/png",
					"sizes": "196x196",
					"purpose": "maskable any"
				}
			]
		},
		{
			"name": "Completed Media",
			"short_name": "Completed",
			"url": "/completed?source=pwa",
			"icons": [
				{
					"src": "https://due.moe/favicon-196x196.png",
					"type": "image/png",
					"sizes": "196x196",
					"purpose": "maskable any"
				}
			]
		},
		{
			"name": "Subtitle Schedule",
			"short_name": "Schedule",
			"url": "/schedule?source=pwa",
			"icons": [
				{
					"src": "https://due.moe/favicon-196x196.png",
					"type": "image/png",
					"sizes": "196x196",
					"purpose": "maskable any"
				}
			]
		},
		{
			"name": "hololive Schedule",
			"short_name": "hololive",
			"url": "/hololive?source=pwa",
			"icons": [
				{
					"src": "https://due.moe/favicon-196x196.png",
					"type": "image/png",
					"sizes": "196x196",
					"purpose": "maskable any"
				}
			]
		}
	]
}