sovereign-stack-pwa/manifest.webmanifest
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

9 lines
170 B
JSON

{
"name": "Sovereign Stack",
"short_name": "Sovereign",
"start_url": "./",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#0a0a0a"
}