{
    "name": "WebCams",
    "short_name": "WebCams",
    "description": "An application using webcams and weather information for view places on Earth.",
    "icons": [
        {
            "src": "/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/favicon/maskable-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon/maskable-icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon/maskable-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "theme_color": "#000",
    "background_color": "#777f71",
    "id": "/",
    "start_url": "/",
    "display_override": [
        "fullscreen",
        "minimal-ui"
    ],
    "display": "standalone",
    "orientation": "any",
    "screenshots": [
        {
            "src": "images/screenshot_detail_narrow.jpg",
            "sizes": "360x800",
            "type": "image/jpg",
            "form_factor": "narrow",
            "label": "webcam detail shown"
        },
        {
            "src": "images/screenshot_detail_wide.jpg",
            "sizes": "800x360",
            "type": "image/jpg",
            "form_factor": "wide",
            "label": "webcam detail shown"
        },
        {
            "src": "images/screenshot_list_narrow.jpg",
            "sizes": "360x800",
            "type": "image/jpg",
            "form_factor": "narrow",
            "label": "list of webcams"
        },
        {
            "src": "images/screenshot_list_wide.jpg",
            "sizes": "800x360",
            "type": "image/jpg",
            "form_factor": "wide",
            "label": "list of webcams"
        },
        {
            "src": "images/screenshot_map_narrow.jpg",
            "sizes": "360x800",
            "type": "image/jpg",
            "form_factor": "narrow",
            "label": "map with webcams"
        },
        {
            "src": "images/screenshot_map_wide.jpg",
            "sizes": "800x360",
            "type": "image/jpg",
            "form_factor": "wide",
            "label": "map with webcams"
        }
    ]
}