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 {
+
+
+
`;
}
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.`,