mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
459d8d69a7
* examples: add PWA w/ Dioxus CLI template * ci: properly set workspace and dependencies
34 lines
No EOL
784 B
JSON
34 lines
No EOL
784 B
JSON
{
|
|
"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"
|
|
} |