From 14868265b1136dc5a6ed21bf9973a9ad9da34589 Mon Sep 17 00:00:00 2001 From: rdcronin Date: Fri, 22 Mar 2024 14:09:48 -0700 Subject: [PATCH] Indicate some implementors allow JSON comments in manifest.json --- specification/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/index.bs b/specification/index.bs index e11c271e..35c75229 100644 --- a/specification/index.bs +++ b/specification/index.bs @@ -35,7 +35,7 @@ A WebExtension must have a manifest file at its root directory. ### Manifest file -A manifest file is a [[!JSON]] document named `manifest.json`. Malformed JSON files are not supported. +A manifest file is a [[!JSON]] document named `manifest.json`. Malformed JSON files are not supported. Note that some implementors may accept comments, represented by any content following `//` outside of a JSON string. ### Manifest keys