-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 1.55 KB
/
Copy pathmanifest.json
File metadata and controls
40 lines (40 loc) · 1.55 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
{
"name": "Klimaticket Rechner",
"short_name": "Klimaticket",
"description": "Verfolge Deine Klimaticket-Fahrten und berechne Deine Ersparnisse",
"start_url": "./index.html",
"display": "standalone",
"scope": "./",
"background_color": "#ffffff",
"theme_color": "#087e8b",
"orientation": "portrait-primary",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23087e8b' width='192' height='192'/><text x='96' y='140' font-size='100' font-weight='bold' fill='white' text-anchor='middle'>€</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23087e8b' width='192' height='192' rx='45'/><text x='96' y='140' font-size='100' font-weight='bold' fill='white' text-anchor='middle'>€</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "S-Bahn zur Arbeit",
"short_name": "S-Bahn",
"description": "Schnell eine S-Bahn-Fahrt (3,60€) hinzufügen",
"url": "./index.html",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23087e8b' width='192' height='192'/><text x='96' y='100' font-size='80' text-anchor='middle'>🚇</text></svg>",
"sizes": "192x192"
}
]
}
],
"categories": ["productivity", "travel"]
}