Class WebAppManifest
WebAppManifest
public sealed class WebAppManifest
- Inheritance
-
WebAppManifest
- Inherited Members
Properties
BackgroundColor
backgroundColor
[JsonPropertyName("backgroundColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BackgroundColor { get; set; }
Property Value
Description
description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Description { get; set; }
Property Value
Dir
dir
[JsonPropertyName("dir")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Dir { get; set; }
Property Value
Display
display
[JsonPropertyName("display")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Display { get; set; }
Property Value
DisplayOverrides
displayOverrides
[JsonPropertyName("displayOverrides")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] DisplayOverrides { get; set; }
Property Value
- string[]
FileHandlers
fileHandlers
[JsonPropertyName("fileHandlers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FileHandler[] FileHandlers { get; set; }
Property Value
Icons
icons
[JsonPropertyName("icons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ImageResource[] Icons { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Id { get; set; }
Property Value
Lang
lang
[JsonPropertyName("lang")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Lang { get; set; }
Property Value
LaunchHandler
launchHandler
[JsonPropertyName("launchHandler")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LaunchHandler LaunchHandler { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
Orientation
orientation
[JsonPropertyName("orientation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Orientation { get; set; }
Property Value
PreferRelatedApplications
preferRelatedApplications
[JsonPropertyName("preferRelatedApplications")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PreferRelatedApplications { get; set; }
Property Value
- bool?
ProtocolHandlers
protocolHandlers
[JsonPropertyName("protocolHandlers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ProtocolHandler[] ProtocolHandlers { get; set; }
Property Value
RelatedApplications
relatedApplications
[JsonPropertyName("relatedApplications")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RelatedApplication[] RelatedApplications { get; set; }
Property Value
Scope
scope
[JsonPropertyName("scope")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Scope { get; set; }
Property Value
ScopeExtensions
scopeExtensions
[JsonPropertyName("scopeExtensions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScopeExtension[] ScopeExtensions { get; set; }
Property Value
Screenshots
screenshots
[JsonPropertyName("screenshots")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Screenshot[] Screenshots { get; set; }
Property Value
ShareTarget
shareTarget
[JsonPropertyName("shareTarget")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ShareTarget ShareTarget { get; set; }
Property Value
ShortName
shortName
[JsonPropertyName("shortName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ShortName { get; set; }
Property Value
Shortcuts
shortcuts
[JsonPropertyName("shortcuts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Shortcut[] Shortcuts { get; set; }
Property Value
- Shortcut[]
StartUrl
startUrl
[JsonPropertyName("startUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StartUrl { get; set; }
Property Value
ThemeColor
themeColor
[JsonPropertyName("themeColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ThemeColor { get; set; }