File size: 1,009 Bytes
89ec981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "name": "Ivy's Local Mind",
    "short_name": "LocalMind",
    "description": "Run LLMs locally in your browser with WebGPU. Private, fast, free.",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0a0e1a",
    "theme_color": "#22c55e",
    "icons": [
        {
            "src": "thumbnails/icon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "thumbnails/icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "thumbnails/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "thumbnails/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["utilities", "productivity"],
    "lang": "en",
    "dir": "ltr"
}