-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (34 loc) · 816 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (34 loc) · 816 Bytes
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
{
"name": "BabelBridge",
"short_name": "BabelBridge",
"description": "A modern web-based translation tool with live language identification and pluggable AI backends",
"start_url": "/",
"display": "standalone",
"background_color": "#0f1220",
"theme_color": "#6366F1",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": ["productivity", "utilities"],
"shortcuts": [
{
"name": "New Translation",
"short_name": "Translate",
"description": "Start a new translation",
"url": "/",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}
]
}