primeira versão

This commit is contained in:
2026-02-17 23:47:16 +01:00
commit d76d610955
32 changed files with 2304 additions and 0 deletions

BIN
static/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
static/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
static/img/icon_192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/img/icon_512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

21
static/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "CRM Dente de leão",
"short_name": "Recreação",
"start_url": "/web",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#714B67",
"scope": "/",
"icons": [
{
"src": "/plugin_recre/static/img/icon_192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/plugin_recre/static/img/icon_512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}