primeira versão
This commit is contained in:
BIN
static/img/favicon.ico
Normal file
BIN
static/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
static/img/favicon.png
Normal file
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
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
BIN
static/img/icon_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
21
static/manifest.json
Normal file
21
static/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user