next.js manifest generator
{
"name": "<YOUR_APP_NAME>",
"short_name": "<YOUR_APP_SHORT_NAME>",
"start_url": "/",
"display": "standalone",
"background_color": "#90cdf4",
"theme_color": "#90cdf4",
"orientation": "portrait-primary",
"icons": [
{
"src": "/logo-72x72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "/logo-96x96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "/logo-128x128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/logo-144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "/logo-152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "/logo-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/logo-384x384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "/logo-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}
Also in JavaScript:
- expressjs async await
- convert shp to geojson python
- search string in file node
- angular rebuild
- how to add toaster in angular 9
- update all dependencies npm
- javascript foreach key value
- google script get date without time
- append css file with javascript
- console.log in jsx
- print in javascript
- javascript operator double not
- keyboard key codes
- How to check whether a checkbox is checked in jQuery?
- moment js print date
- chart js rotating the x axis labels
- ajax open new tab with post
- escaped json to json javascript
- change node version
- get selected option value
- simple return data jquery
- javascript get hour from date
- parseint function javascript
- redux saga fetch data using axios