forked from syl3r86/image-previewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
{ | ||
"name": "image-previewer", | ||
"title": "Image Previewer", | ||
"description": "A little app to preview images when you hover over them in the file picker menu.", | ||
"version": "0.9", | ||
"author": "Chris Normand/Nose66#6689", | ||
"scripts": ["./image-previewer.js"], | ||
"styles": ["./image-previewer.css"], | ||
"packs": [], | ||
"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.9.zip", | ||
"minimumCoreVersion": "9", | ||
"compatibleCoreVersion": "9" | ||
} | ||
{ | ||
"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": "[email protected]", | ||
"discord": "Nose66#6689", | ||
"flags": {} | ||
} | ||
], | ||
"compatibility": { | ||
"minimum": "9", | ||
"verified": "10" | ||
} | ||
} |