Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icelam/html-head-meta-link

A collection of <link> and <meta> tags in HTML <head> section
https://github.com/icelam/html-head-meta-link

Last synced: 8 days ago
JSON representation

A collection of <link> and <meta> tags in HTML <head> section

Awesome Lists containing this project

README

        

# Link and Meta Tags Collections #

> A collection of `` and `` tags in HTML `` section

### Meta Tags ###

```html

```

### manifest.json ###
```json
{
"name": "app name",
"short_name": "short name",
"icons": [{
"src": "images/icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "images/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/icon-168x168.png",
"sizes": "168x168",
"type": "image/png"
},
{
"src": "images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"orientation": "portrait",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
```

### browserconfig.xml ###
```








```