-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
20 lines (20 loc) · 793 Bytes
/
Copy pathmanifest.json
File metadata and controls
20 lines (20 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "./",
"name": "Consulta de Artigos",
"short_name": "Artigos",
"description": "Consulta de armazém, posição, supermercados e caixas a partir dos ficheiros T_supermercados e Consumo.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#f5f4f0",
"theme_color": "#1a4fa0",
"lang": "pt-PT",
"dir": "ltr",
"icons": [
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
{ "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}