Add web app manifest file

This commit is contained in:
Christoph Hagen
2025-02-17 13:39:37 +01:00
parent 1e5fed5bbc
commit 0bd48be2c2
4 changed files with 28 additions and 0 deletions

View File

@ -57,6 +57,11 @@ struct PageSettingsDetailView: View {
selectedFile: $pageSettings.imageCompareJsFile,
allowedType: .code)
FilePropertyView(
title: "Web App Manifest File",
footer: "The manifest file with the properties of the website when used as a progressive web app",
selectedFile: $pageSettings.manifestFile)
LocalizedPageSettingsView(settings: pageSettings.localized(in: language))
.id(language)
}