mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
fixed typo in imagify/manifest.json (#563)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user