-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsite.webmanifest
More file actions
20 lines (20 loc) · 790 Bytes
/
Copy pathsite.webmanifest
File metadata and controls
20 lines (20 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "VERNAM, encrypt any file in your browser",
"short_name": "VERNAM",
"description": "Free, open-source, fully client-side file encryption. Nothing is ever uploaded.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"lang": "en",
"dir": "ltr",
"background_color": "#0a0d12",
"theme_color": "#0a0d12",
"categories": ["utilities", "security", "productivity"],
"icons": [
{ "src": "/assets/icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/assets/icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/assets/icons/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any" }
]
}