From 905fecf69f90b1c4789625b21debf2ed6ed37f7c Mon Sep 17 00:00:00 2001 From: mark-friedman Date: Wed, 4 May 2022 14:42:23 -0700 Subject: [PATCH] Update manifest version --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index cfdb156..44e87bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "Gmail syntax highlighting", "description": "Adds a formatting button to syntax highlight code on Gmail messages.", "version": "1.5", - "permissions": [ + "host_permissions": [ "https://mail.google.com/*" ], "content_scripts": [ @@ -15,5 +15,5 @@ "run_at": "document_end" } ], - "manifest_version": 2 + "manifest_version": 3 }