From 91c8d7e7086fbc7bdb3032a217e63cc44a3b9320 Mon Sep 17 00:00:00 2001 From: echo Date: Sun, 2 Jun 2024 20:36:47 +0330 Subject: [PATCH] fixed typo in imagify/manifest.json (#563) --- imagify/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagify/manifest.json b/imagify/manifest.json index 93fcd5a..a4bec80 100644 --- a/imagify/manifest.json +++ b/imagify/manifest.json @@ -1,6 +1,6 @@ { - "description": "Adds a sidebar offerin a file picker and drap and drop zone. When an image file is chosen the active tab's body content is replaced with file selected. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#imagify", + "description": "Adds a sidebar offering a file picker and drap and drop zone. When an image file is chosen the active tab's body content is replaced with file selected. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#imagify", "manifest_version": 2, "name": "Imagify", "version": "1.0",