{
    "name": "SalmasFlix",
    "short_name": "SalmasFlix",
    "description": "Solve the puzzle, watch the movie — a long-distance relationship app.",
    "id": "/",
    "start_url": ".",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "background_color": "#0d0b1e",
    "categories": ["entertainment", "lifestyle", "social"],
    "_comment_theme_color": "Intentionally omitted — see CLAUDE.md PWA section. theme_color combined with viewport-fit=cover + black-translucent caused a persistent bottom bar on iOS PWA installs. Removing it across the board fixed that regression. iOS caches manifest fields at install time, so users who installed before this change may need to remove + re-add the home-screen shortcut.",
    "icons": [
        {
            "src": "https://pub-422f7b089a7e4a54a9e7e5e734c7f8df.r2.dev/Website_Assets/SalmasFlixLogo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://pub-422f7b089a7e4a54a9e7e5e734c7f8df.r2.dev/Website_Assets/SalmasFlixLogo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/SalmasFlixLogo-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Watch together",
            "short_name": "Sync",
            "description": "Open the Sync tab — shared playlist + live chat overlay.",
            "url": "/?tab=sync",
            "icons": [
                {
                    "src": "https://pub-422f7b089a7e4a54a9e7e5e734c7f8df.r2.dev/Website_Assets/SalmasFlixLogo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Open diary",
            "short_name": "Diary",
            "description": "Jump straight to the shared diary.",
            "url": "/?tab=diary",
            "icons": [
                {
                    "src": "https://pub-422f7b089a7e4a54a9e7e5e734c7f8df.r2.dev/Website_Assets/SalmasFlixLogo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Chat",
            "short_name": "Chat",
            "description": "Open the private chat sidebar.",
            "url": "/?chat=open",
            "icons": [
                {
                    "src": "https://pub-422f7b089a7e4a54a9e7e5e734c7f8df.r2.dev/Website_Assets/SalmasFlixLogo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
