Spaces:
Running on Zero
Running on Zero
File size: 2,143 Bytes
38bd54a | 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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | {
"name": "HearthNet",
"short_name": "HearthNet",
"description": "Local-first community AI mesh — peer-to-peer LLM, RAG, and chat",
"start_url": "/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#ffffff",
"theme_color": "#1e40af",
"scope": "/",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
],
"categories": ["productivity", "utilities"],
"screenshots": [
{
"src": "/static/screenshot-1.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow",
"label": "HearthNet mesh network interface"
},
{
"src": "/static/screenshot-2.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "HearthNet multi-tab interface"
}
],
"shortcuts": [
{
"name": "Ask",
"short_name": "Ask",
"description": "Ask a question to the LLM",
"url": "/?tab=ask",
"icons": [
{
"src": "/static/icon-ask-96.png",
"sizes": "96x96"
}
]
},
{
"name": "Chat",
"short_name": "Chat",
"description": "Direct messages with peers",
"url": "/?tab=chat",
"icons": [
{
"src": "/static/icon-chat-96.png",
"sizes": "96x96"
}
]
},
{
"name": "Mesh",
"short_name": "Mesh",
"description": "View network topology",
"url": "/?tab=mesh",
"icons": [
{
"src": "/static/icon-mesh-96.png",
"sizes": "96x96"
}
]
}
],
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}
|