Add base files from AME

This commit is contained in:
cryptofyre 2021-11-19 17:02:28 -06:00
parent e8f3881513
commit e3c3bded3a
129 changed files with 19056 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"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"
}