12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "Dioxus",
- "icons": [
- {
- "src": "logo_192.png",
- "type": "image/png",
- "sizes": "192x192"
- },
- {
- "src": "logo_512.png",
- "type": "image/png",
- "sizes": "512x512",
- "purpose": "any"
- },
- {
- "src": "logo_512.png",
- "type": "image/png",
- "sizes": "any",
- "purpose": "any"
- }
- ],
- "start_url": "/",
- "id": "/",
- "display": "standalone",
- "display_override": ["window-control-overlay", "standalone"],
- "scope": "/",
- "theme_color": "#000000",
- "background_color": "#ffffff",
- "short_name": "Dioxus",
- "description": "Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.",
- "dir": "ltr",
- "lang": "en",
- "orientation": "portrait"
- }
|