From 58625c329170a9918fc6c219989b2af43466cdd7 Mon Sep 17 00:00:00 2001 From: Federico Date: Fri, 8 Nov 2024 18:13:02 +0700 Subject: [PATCH] Add schema to manifest.json --- source/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/manifest.json b/source/manifest.json index 04a52d0..f23d0d0 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/chrome-manifest", "name": "Awesome Extension", "version": "0.0.0", "description": "An awesome new browser extension",