Created
September 11, 2019 01:09
-
-
Save lightshire/443ac9da4fd4b2d2e344f156d0860353 to your computer and use it in GitHub Desktop.
manifest
This file contains hidden or 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
| { | |
| "images": [ | |
| { | |
| "imageName": "example", | |
| "fileName": "slide_1.png", | |
| "fileNameTablet": "slide_1.tablet.png", | |
| "description": "example description" | |
| }, | |
| { | |
| "imageName": "example 2", | |
| "fileName": "slide_2.png", | |
| "fileNameTablet": "slide_2.tablet.png", | |
| "description": "example description" | |
| } | |
| ], | |
| "info": { | |
| "version": "1.8.0", | |
| "author": "xcode" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment