-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
60 lines (60 loc) · 1.89 KB
/
Copy pathmanifest.webmanifest
File metadata and controls
60 lines (60 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "CyberTools",
"short_name": "CyberTools",
"description": "The cybersecurity toolkit you actually trust. Everything runs in your browser. Nothing is ever sent to a server.",
"start_url": "/CyberTools/",
"scope": "/CyberTools/",
"display": "standalone",
"orientation": "any",
"theme_color": "#0d1117",
"background_color": "#0d1117",
"lang": "en",
"categories": ["security", "utilities", "developer"],
"icons": [
{
"src": "assets/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [],
"shortcuts": [
{
"name": "Hash Calculator",
"url": "/CyberTools/tools/hash/",
"description": "MD5, SHA-256, SHA-512, HMAC, and file hash"
},
{
"name": "Password Generator",
"url": "/CyberTools/tools/password-generator/",
"description": "Generate secure passwords and passphrases"
},
{
"name": "JSON Formatter",
"url": "/CyberTools/tools/json-formatter/",
"description": "Format, validate, minify, and sort JSON"
},
{
"name": "Base64",
"url": "/CyberTools/tools/base64/",
"description": "Encode and decode Base64 locally"
},
{
"name": "AES Encryption",
"url": "/CyberTools/tools/aes/",
"description": "AES-GCM/CBC/CTR encryption and decryption"
},
{
"name": "Timestamp Converter",
"url": "/CyberTools/tools/timestamp/",
"description": "Convert Unix, ISO 8601, and local times"
}
]
}