Files
new-webpack-4-vscode/manifest.json
T
2018-04-29 16:26:44 +02:00

16 lines
308 B
JSON

{
"short_name": "ShortName",
"name": "AppName",
"icons": [
{
"src": "logo.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "fullscreen",
"orientation": "portrait",
"background_color": "#252831",
"theme_color": "#0094ff",
"start_url": "/?webapp=true"
}