- PWA shell with service worker offline caching - Encrypted vault using IndexedDB - Lightning/L402 module placeholder - Ollama bridge placeholder - MIT license, no proprietary deps Co-authored-by: Hermes <hermes@nousresearch.com>
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"name": "Sovereign Stack",
|
|
"short_name": "Sovereign",
|
|
"start_url": "./",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#0a0a0a",
|
|
"icons": [ { "src": "icon.png", "sizes": "192x192", "type": "image/png" } ]
|
|
}
|