aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.webmanifest
blob: 81b516297a0ce781410eb56c6cf04bcd75418a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "operum",
  "short_name": "operum",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}