Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
205 - 1
{
2
    "name": "Webmin on homeserver8.ujsoftware.com",
3
    "short_name": "Webmin",
4
    "description": "Powerful and flexible web-based server management control panel",
5
    "start_url": "./",
6
    "scope": ".",
7
    "icons": [
8
    {
9
        "src": "images/favicons/webmin/android-chrome-192x192.png",
10
        "sizes": "192x192",
11
        "type": "image/png",
12
        "purpose": "any"
13
    },
14
    {
15
        "src": "images/favicons/webmin/android-chrome-maskable-192x192.png",
16
        "sizes": "192x192",
17
        "type": "image/png",
18
        "purpose": "maskable"
19
    },
20
    {
21
        "src": "images/favicons/webmin/android-chrome-512x512.png",
22
        "sizes": "512x512",
23
        "type": "image/png",
24
        "purpose": "any"
25
    },
26
    {
27
        "src": "images/favicons/webmin/android-chrome-maskable-512x512.png",
28
        "sizes": "512x512",
29
        "type": "image/png",
30
        "purpose": "maskable"
31
    }
32
],
33
    "theme_color": "#0d5ab7",
34
    "background_color": "#ffffff",
35
    "display": "standalone"
36
}