delphimvcframework/samples/react/WebApp/public/manifest.json

9 lines
177 B
JSON
Raw Normal View History

2020-08-08 22:24:20 +02:00
{
"short_name": "React App",
"name": "Create React App Sample",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}