Skip to content

Commit

Permalink
fix: remove unrecognized manifest key #9301 (#9302)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
Former-commit-id: 50f9153
  • Loading branch information
duttarnab authored Aug 29, 2024
1 parent 0fd152c commit 020ada9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/jans-tarp/src/static/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 020ada9

Please sign in to comment.