forked from syl3r86/image-previewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
27 lines (27 loc) · 723 Bytes
/
module.json
File metadata and controls
27 lines (27 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"title": "Image Previewer",
"description": "A little app to preview images when you hover over them in the file picker menu.",
"version": "0.10",
"scripts": [
"image-previewer.js"
],
"styles": [
"image-previewer.css"
],
"url": "https://github.com/crnormand/image-previewer",
"manifest": "https://raw.githubusercontent.com/crnormand/image-previewer/release/module.json",
"download": "https://github.com/crnormand/image-previewer/archive/0.10.zip",
"id": "image-previewer",
"authors": [
{
"name": "Chris Normand",
"email": "nose66@bellsouth.net",
"discord": "Nose66#6689",
"flags": {}
}
],
"compatibility": {
"minimum": "9",
"verified": "10"
}
}