Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
17
examples/pwa-loader/manifest.json
Normal file
17
examples/pwa-loader/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user