sovereign-stack-pwa/manifest.json
Alex Payne 19a45c485d Initial Sovereign Stack PWA scaffold
- 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>
2026-07-30 16:29:26 +00:00

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" } ]
}