From a8a76a1cba46882da035a733d6d668984ebd89ae Mon Sep 17 00:00:00 2001 From: Albirew Date: Sat, 9 Mar 2024 15:15:03 +0100 Subject: [PATCH] Fixed "applications" property in the manifest is deprecated and will no longer be accepted in Manifest Version 3 and above. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 74f2afb..c0ea24a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,11 @@ "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "7", + "version": "7.0.1", "default_locale": "en", "homepage_url": "https://github.com/Albirew/resurrect-pages", - "applications": { + "browser_specific_settings": { "gecko": { "id": "resurrect-pages@albirew.fr", "strict_min_version": "57.0"