Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
439 stars 48 forks source link

Add themeColor option to metadata #52

Closed abdonrd closed 5 years ago

abdonrd commented 5 years ago

Option to update the theme-color meta tag.

<meta name="theme-color" content="#ffffff">

Just check https://github.com/Polymer/pwa-helpers/commit/66878a75d363e913edcedf6719e79149b4f66e98. When https://github.com/Polymer/pwa-helpers/pull/47 is merged, I can rebase it to master.

keanulee commented 5 years ago

Added setMetaTag() to set arbitrary meta tag in #58