diff --git a/example/manifest.json b/example/manifest.json new file mode 100644 index 0000000..bf1e06d --- /dev/null +++ b/example/manifest.json @@ -0,0 +1,18 @@ +{ + "version": { + "minimum": 1.0, + "target": 1.0 + }, + "resolution": { + "x": 1440, + "y": 810 + }, + "title": "Example presentation", + "authors": [ "JeremyStarTM" ], + "contributors": [ "Contributors" ], + "license": "AGPL-3.0-or-later", + "entrypoint": "entrypoint.gd", + "slides": 5, + "animations": false, + "display_end_text_after_last_slide": true +}