aboutsummaryrefslogtreecommitdiff
path: root/p/themes/manifest.json
blob: 38bbf83c09870e8728a03466b265577c37e3177a (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
{
  "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",
  "description": "FreshRSS is a self-hosted RSS feed aggregator."
}