orchard/resources/web-remote/manifest2.json
2021-11-19 17:02:28 -06:00

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"
}