Added initial Uno Platform frontend project.

This commit is contained in:
2023-04-28 17:56:23 +02:00
parent 1296f363af
commit b2aba31264
96 changed files with 3530 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"background_color": "#ffffff",
"description": "FrontendPlatformUno",
"display": "standalone",
"name": "FrontendPlatformUno",
"short_name": "FrontendPlatformUno",
"start_url": "/index.html",
"theme_color": "#ffffff",
"scope": "/"
}