--- title: Meta tags category: HTML --- ```html ... ``` ### More opengraph ```html ``` ### Opengraph for articles ```html article:published_time article:modified_time article:expiration_time article:author article:section article:tag ``` ### Apple-only ```html ``` ## Progressive web apps ### Add to homescreen ```html ``` ### [Theme color](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android) ```html ``` ### [Manifest](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/) ```html ``` ### [Icons](https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/) ```html ``` Chrome on Android recommends [192x192](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android). ### Reference * *