Add base files from AME
This commit is contained in:
parent
e8f3881513
commit
e3c3bded3a
129 changed files with 19056 additions and 0 deletions
20
resources/web-remote/manifest2.json
Normal file
20
resources/web-remote/manifest2.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue