20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "AME",
|
|
"short_name": "AME",
|
|
"description": "AME",
|
|
"icons": [
|
|
{
|
|
"src": "images/icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"display": "fullscreen",
|
|
"start_url": "/web-remote/index.html",
|
|
"orientation": "portrait"
|
|
}
|