-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
16 lines (16 loc) · 804 Bytes
/
Copy pathmanifest.json
File metadata and controls
16 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "MeshCompact",
"short_name": "MeshCompact",
"description": "Swap Cyrillic chars to ASCII lookalikes for Meshtastic to reduce message byte size.",
"start_url": "./",
"display": "standalone",
"background_color": "#1e1e1e",
"theme_color": "#1e1e1e",
"icons": [
{ "src": "src/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "src/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
{ "src": "src/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "src/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
{ "src": "src/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
]
}