{
    "name": "Pokedex",
    "short_name": "Pokedex",
    "description": "Fast authenticated Pokedex built on Laravel, Vue, and PokeAPI.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#fff7ed",
    "theme_color": "#ef4444",
    "icons": [
        {
            "src": "/pokedex-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
