{
    "name": "LegalGuides",
    "short_name": "LegalGuides",
    "description": "Verified immigration attorney answers, free Q&A, and lawyer directory.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "portrait",
    "background_color": "#FAFAF7",
    "theme_color": "#0B2545",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["legal", "reference", "productivity"],
    "icons": [
        {
            "src": "/img/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Ask a lawyer",
            "short_name": "Ask",
            "url": "/ask",
            "description": "Post an immigration question."
        },
        {
            "name": "Find an attorney",
            "short_name": "Lawyers",
            "url": "/lawyers",
            "description": "Browse the verified attorney directory."
        },
        {
            "name": "Guides",
            "short_name": "Guides",
            "url": "/blog",
            "description": "Immigration guides and explainers."
        }
    ],
    "screenshots": [
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "label": "LegalGuides app icon"
        }
    ]
}
