aboutsummaryrefslogtreecommitdiff
path: root/viewer/public/manifest.json.example
blob: 4ee40f104bca52bfc167f615a159d3c0fe3f1ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "short_name": "LdGallery",
    "name": "LdGallery",
    "icons": [
        {
            "src": "defaulticon.svg",
            "type": "image/svg+xml",
            "sizes": "192x192"
        },
        {
            "src": "defaulticon.png",
            "type": "image/png",
            "sizes": "192x192"
        }
    ],
    "display": "standalone",
    "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest"
}