Coffee journaling on ATProto (alpha)
alpha.arabica.social
coffee
1{
2 "name": "Arabica - Coffee Brew Tracker",
3 "short_name": "Arabica",
4 "description": "Track your coffee brewing journey",
5 "start_url": "/",
6 "display": "standalone",
7 "background_color": "#4a2c2a",
8 "theme_color": "#4a2c2a",
9 "orientation": "portrait",
10 "icons": [
11 {
12 "src": "/static/favicon.svg",
13 "sizes": "any",
14 "type": "image/svg+xml",
15 "purpose": "any"
16 },
17 {
18 "src": "/static/icon-192.svg",
19 "sizes": "192x192",
20 "type": "image/svg+xml",
21 "purpose": "any maskable"
22 },
23 {
24 "src": "/static/icon-512.svg",
25 "sizes": "512x512",
26 "type": "image/svg+xml",
27 "purpose": "any maskable"
28 }
29 ]
30}