fix: the webmanifest options #102

Merged
matous-volf merged 2 commits from fix/webmanifest-options into main 2025-12-13 22:52:11 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2fdf09d041 - Show all commits

View File

@@ -9,6 +9,7 @@
{
"src": "/assets/images/icon.png",
"sizes": "any",
"purpose": "maskable",
"type": "image/png"
}
]

View File

@@ -40,7 +40,7 @@ pub(crate) fn App() -> Element {
document::Stylesheet { href: FONTS_CSS }
document::Stylesheet { href: INPUT_NUMBER_ARROWS_CSS }
document::Stylesheet { href: INPUT_RANGE_CSS }
document::Link { rel: "manifest", href: MANIFEST }
document::Link { rel: "manifest", href: MANIFEST, crossorigin: "use-credentials" }
document::Script { src: "https://kit.fontawesome.com/3c1b409f8f.js" }
div {