Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icelam/html-head-meta-link
- Owner: icelam
- Created: 2019-07-24T14:49:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T15:10:02.000Z (over 5 years ago)
- Last Synced: 2024-11-06T18:52:55.432Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ###
```
```