about summary refs log tree commit diff
path: root/BugMine.Web/wwwroot/bugmine.webmanifest
blob: 27088c0feeaad33f3f26ba3d77d0b8c7cd487dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "Rory&::MatrixUtils",
  "short_name": "RMU",
  "description": "A collection of Matrix utilities.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "./",
  "id": "./",
  "display": "minimal-ui",
  "theme_color": "#052767",
  "background_color": "#3A0647"
}