This commit is contained in:
tiago.kayaya
2021-08-18 18:58:02 +01:00
parent 4439604772
commit 24e2a8f518
5000 changed files with 655398 additions and 26 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "gabinete digital",
"short_name": "gabinete digital",
"description": "Description of your app from template",
"start_url": "index.html",
"scope": "index.html",
"icons": [
{
"src": "img/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/splash.png",
"sizes": "512x512",
"type": "image/png"
}
],
"default_locale": "en",
"display": "standalone",
"background_color": "#FFF",
"theme_color": "#000",
"orientation": "landscape"
}