diff --git a/apps/chrome-devtools/project.json b/apps/chrome-devtools/project.json index d2f46a34e6..cc4b25bb38 100644 --- a/apps/chrome-devtools/project.json +++ b/apps/chrome-devtools/project.json @@ -154,13 +154,15 @@ "outputs": [ "{projectRoot}/dist/assets/**", "{projectRoot}/dist/manifest.json", - "{projectRoot}/dist/devtools.html" + "{projectRoot}/dist/devtools.html", + "{projectRoot}/dist/options.html" ], "inputs": [ "global", "{projectRoot}/src/assets/**", "{projectRoot}/src/manifest.json", - "{projectRoot}/src/devtools.html" + "{projectRoot}/src/devtools.html", + "{projectRoot}/src/options.html" ] }, "publish-extension": { diff --git a/apps/chrome-devtools/schemas/state.schema.json b/apps/chrome-devtools/schemas/state.schema.json index 5faed105fa..9af49b2d7a 100644 --- a/apps/chrome-devtools/schemas/state.schema.json +++ b/apps/chrome-devtools/schemas/state.schema.json @@ -10,22 +10,27 @@ ], "properties": { "color": { + "description": "Background color to identify the state in the selection widget.", "type": "string" }, "colorContrast": { + "description": "Text color for the state in the selection widget in contrast with the background color.", "type": "string" }, "name": { + "description": "User friendly name to identify the state in the Chrome Extension state panel.", "type": "string" }, "configurations": { "type": "object", + "description": "List of the configuration-override to apply on the application.", "additionalProperties": { "type": "object" } }, "localizations": { "type": "object", + "description": "List of the localization-override to apply on the application.", "additionalProperties": { "type": "object", "additionalProperties": { @@ -34,6 +39,7 @@ } }, "stylingVariables": { + "description": "List of the css-variable-override to apply on the application.", "type": "object", "additionalProperties": { "type": "string" diff --git a/apps/chrome-devtools/src/app-devtools/app.component.html b/apps/chrome-devtools/src/app-devtools/app.component.html index 461e3e9ec5..7b1e51916c 100644 --- a/apps/chrome-devtools/src/app-devtools/app.component.html +++ b/apps/chrome-devtools/src/app-devtools/app.component.html @@ -44,7 +44,7 @@ -