OpenMediaCenter/public/manifest.json

16 lines
291 B
JSON
Raw Normal View History

2020-05-31 11:47:57 +00:00
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "logo_circle.png",
2020-05-31 11:47:57 +00:00
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}