about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/wwwroot/mru.webmanifest
blob: ef1ee6673b052aecc8818d8f8c65342680b5d51e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Rory&::MatrixUtils",
  "short_name": "MRU",
  "description": "A collection of Matrix utilities.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "/index.html",
  "display": "fullscreen",
  "theme_color": "#052767",
  "background_color": "#3A0647"
}