tomayac’s avatartomayac’s Twitter Archive—№ 19,265

  1. 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