Source code

Revision control

Copy as Markdown

Other Tools

{
"name": "App",
"short_name": "app",
"start_url": "./start/index.html",
"display": "standalone",
"background_color": "#c0ffeeee",
"theme_color": "cadetblue",
"icons": [{
"src": "images/test.gif",
"sizes": "192x192",
"type": "image/gif"
}],
"related_applications": [{
"platform": "play",
}]
}