{
"lang": "en",
"name": "My awesome webapp",
"short_name": "Webapp",
"icons": [
{
"src": "launcher-icon-2x.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "launcher-icon-3x.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
}
],
"splash_screens": [
{
"src": "splash/lowres",
"sizes": "320x240"
}, {
"src": "splash/hd_small",
"sizes": "1334x750"
}, {
"src": "splash/hd_hi",
"sizes": "1920x1080",
"density": 3
}
],
"scope": "/app/",
"start_url": "/app/index.html",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#f06",
"background_color": "#f06"
}
Simple manifest.json that is so important very every webapp nowadays.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.