Files
wifi-densepose/vendor/ruvector/examples/pwa-loader/manifest.json

18 lines
641 B
JSON

{
"name": "RVF Seed Decoder",
"short_name": "RVF",
"description": "Decode RVF cognitive seeds and witness bundles in-browser using WASM",
"start_url": ".",
"display": "standalone",
"background_color": "#0f1117",
"theme_color": "#6c8cff",
"orientation": "any",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><rect width='64' height='64' rx='12' fill='%230f1117'/><text x='32' y='42' font-size='28' text-anchor='middle' fill='%236c8cff' font-family='monospace' font-weight='bold'>RV</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
}