aboutsummaryrefslogtreecommitdiff
path: root/p/themes/manifest.json
blob: f9ab144e70cd81f56c2a9bf16484d890798d8bc2 (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
29
30
{
	"name": "FreshRSS feed aggregator",
	"short_name": "FreshRSS",
	"start_url": "../i/",
	"scope": "../",
	"icons": [
		{
			"src": "icons/favicon.svg",
			"type": "image/svg+xml",
			"sizes": "150x150",
			"purpose": "any"
		},
		{
			"src": "icons/favicon-96-padding.png",
			"type": "image/png",
			"sizes": "96x96",
			"purpose": "maskable"
		},
		{
			"src": "icons/favicon-512-padding.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable"
		}
	],
	"categories": ["news"],
	"display": "standalone",
	"background_color": "#002342",
	"description": "FreshRSS is a self-hosted RSS feed aggregator."
}