-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (38 loc) · 1.28 KB
/
manifest.json
File metadata and controls
38 lines (38 loc) · 1.28 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
{
"name": "GraTech Commander",
"short_name": "GraTech",
"description": "Your privacy-first, multi-model AI interface. 5 AI models, 12 languages, 100% local.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#667eea",
"orientation": "any",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": ["productivity", "utilities"],
"lang": "ar",
"dir": "rtl",
"screenshots": [],
"shortcuts": [
{
"name": "New Chat",
"short_name": "Chat",
"description": "Start a new AI conversation",
"url": "/?view=chat",
"icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💬</text></svg>", "sizes": "96x96"}]
},
{
"name": "Vault",
"short_name": "Vault",
"description": "Access secure vault",
"url": "/?view=vault",
"icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔐</text></svg>", "sizes": "96x96"}]
}
]
}