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