diff --git a/apps/pwabuilder/src/script/pages/qualification/token-congratulations.ts b/apps/pwabuilder/src/script/pages/qualification/token-congratulations.ts index 7cb87c092..5686ff532 100644 --- a/apps/pwabuilder/src/script/pages/qualification/token-congratulations.ts +++ b/apps/pwabuilder/src/script/pages/qualification/token-congratulations.ts @@ -114,6 +114,7 @@ export class TokenCongratulations extends LitElement implements BeforeEnterObser
+
diff --git a/components/manifest-editor/src/components/manifest-info-form.ts b/components/manifest-editor/src/components/manifest-info-form.ts index 4d494e861..c39955623 100644 --- a/components/manifest-editor/src/components/manifest-info-form.ts +++ b/components/manifest-editor/src/components/manifest-info-form.ts @@ -557,6 +557,22 @@ export class ManifestInfoForm extends LitElement { + +
+
+
+

Id

+ +
+

Unique identifier for your PWA that is seperate from fields that could change over time (like name or short name)

+ +
+
+
@@ -568,7 +584,6 @@ export class ManifestInfoForm extends LitElement {

Used in app storefronts and install dialogs

-
diff --git a/components/manifest-editor/src/components/manifest-platform-form.ts b/components/manifest-editor/src/components/manifest-platform-form.ts index 0b25f0d03..89dc6599b 100644 --- a/components/manifest-editor/src/components/manifest-platform-form.ts +++ b/components/manifest-editor/src/components/manifest-platform-form.ts @@ -1040,21 +1040,21 @@ dispatchUpdateEvent(field: string, change: any, removal: boolean = false){
-
-
-

Edge Side Panel

- +
+
+

Edge Side Panel

+ +
+

Indicates whether your PWA supports the side panel in Microsoft Edge

+
-

Indicates whether your PWA supports the side panel in Microsoft Edge

-
-
`; } diff --git a/libraries/manifest-information/src/index.ts b/libraries/manifest-information/src/index.ts index 4928a3670..ef0031d65 100644 --- a/libraries/manifest-information/src/index.ts +++ b/libraries/manifest-information/src/index.ts @@ -419,6 +419,18 @@ export const manifest_fields: { [field: string]: infoPanel } = { docs_link: "https://docs.pwabuilder.com/#/builder/manifest?id=edge_side_panel-object", }, + id: { + description: [ + `id is an recommended member that functions as a unique identifier for your Progressive Web App that is separate from members that may change over time (such as name or start_url).`, + ], + purpose: null, + example: null, + code: `id: "/?homescreen=1"`, + location: "info", + required: false, + docs_link: + "https://docs.pwabuilder.com/#/builder/manifest?id=id-string", + }, widgets: { description: [`In Windows 11, PWAs can define widgets, update them, and handle user interactions within them.`], purpose:`Various operating systems have widgets dashboards that let users read content and perform tasks.`,