-
PWAs can soon specify light ☀️ and dark 🌒 mode colors in the Web App Manifest:
json { "theme_color": "red", "icons": […], "user_preferences": { "color_scheme_dark": { "theme_color": "blue", "icons": […] } } }
⭐️ Star crbug.com/1271804
json
{
"theme_color": "red",
"icons": […],
"user_preferences": {
"color_scheme_dark": {
"theme_color": "blue",
"icons": […]
}
}
}
⭐️ Star crbug.com/1271804