First minimal version
This commit is contained in:
47
Properties/tchmimanifest.json
Normal file
47
Properties/tchmimanifest.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/web-manifest",
|
||||
"name": "Infineon_HMI",
|
||||
"short_name": "Infineon_HMI",
|
||||
"icons": [
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-0-75x.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png",
|
||||
"density": 0.75
|
||||
},
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-1x.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png",
|
||||
"density": 1.0
|
||||
},
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-1-5x.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"density": 1.5
|
||||
},
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-2x.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"density": 2.0
|
||||
},
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-3x.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"density": 3.0
|
||||
},
|
||||
{
|
||||
"src": "../Images/Manifest/launcher-icon-4x.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"density": 4.0
|
||||
}
|
||||
],
|
||||
"theme_color": "#9E9E9E",
|
||||
"background_color": "#9E9E9E",
|
||||
"start_url": "../",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user