From 020ada99272a70483a9c0b7391d677f16d481784 Mon Sep 17 00:00:00 2001 From: Arnab Dutta Date: Thu, 29 Aug 2024 17:13:07 +0530 Subject: [PATCH] fix: remove unrecognized manifest key #9301 (#9302) Signed-off-by: Arnab Dutta Former-commit-id: 50f91538a6317339386db72577b8b1c21f67dda8 --- demos/jans-tarp/src/static/chrome/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/jans-tarp/src/static/chrome/manifest.json b/demos/jans-tarp/src/static/chrome/manifest.json index 05fb08da86b..5ec4530d3b9 100644 --- a/demos/jans-tarp/src/static/chrome/manifest.json +++ b/demos/jans-tarp/src/static/chrome/manifest.json @@ -1,10 +1,9 @@ { - "_comment": "The manifest version field should be one to four dot-separated integers identifying the version of this extension. The descriptive version string can be stated in the `version_name` field. For more details see https://developer.chrome.com/docs/extensions/reference/manifest/version", "manifest_version": 3, "name": "jans-tarp", "version": "1.1.5", "version_name": "1.1.5-dev", - "description": "Relying Party tool in form of a Chrome Extension.", + "description": "Relying Party tool in form of a Chrome Extension. Please note that the manifest version field should be one to four dot-separated integers identifying the version of this extension. The descriptive version string can be stated in the `version_name` field. For more details see https://developer.chrome.com/docs/extensions/reference/manifest/version.", "icons": { "16": "icon.png", "32": "icon.png",