{
    "$comment": "US-923. `lang` and `dir` belong here as well as on index.html — an installed PWA gets its window title and app-list entry from this file, not from the page. `name` and `description` stay neutral for the same reason as the page title (US-103, US-120): they show up in the launcher and in the browser's installed-apps list. Colours mirror docs/design-tokens.json.",
    "name": "همراز",
    "short_name": "همراز",
    "lang": "fa",
    "dir": "rtl",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FFFBFC",
    "theme_color": "#A85D75",
    "description": "یادداشت و یادآور روزانه",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
