{
    "id": "./",
    "name": "Digital Photo Album",
    "short_name": "PhotoAlbum",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#1E1436",
    "theme_color": "#3D2B6B",
    "description": "Create and flip through beautiful digital photo albums. Works offline after install.",
    "orientation": "any",
    "lang": "he",
    "dir": "rtl",
    "categories": ["photo", "lifestyle", "entertainment"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Open album app",
            "short_name": "Album",
            "description": "Launch the photo album",
            "url": "./",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
