First commit - backup RDOC
This commit is contained in:
27
dist/manifest.json
vendored
Normal file
27
dist/manifest.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "RDO Mobile - Relatório Diário de Obra",
|
||||
"short_name": "RDO Mobile",
|
||||
"description": "Sistema de gestão de obras e relatórios diários",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#2563eb",
|
||||
"orientation": "portrait",
|
||||
"scope": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192x192.svg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512x512.svg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable any"
|
||||
}
|
||||
],
|
||||
"categories": ["productivity", "business"],
|
||||
"lang": "pt-BR"
|
||||
}
|
||||
Reference in New Issue
Block a user