fixed typo in imagify/manifest.json (#563)

This commit is contained in:
echo
2024-06-02 20:36:47 +03:30
committed by GitHub
parent faadfca8dd
commit 91c8d7e708

View File

@@ -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, "manifest_version": 2,
"name": "Imagify", "name": "Imagify",
"version": "1.0", "version": "1.0",