From e70eb54584c553b15e6ee4835e78d0e698708eec Mon Sep 17 00:00:00 2001 From: Eric Londaits Date: Thu, 1 Jun 2017 12:29:54 -0300 Subject: [PATCH] Update sample app with new metadata --- sample/app.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample/app.json b/sample/app.json index 307aac0..08168a8 100644 --- a/sample/app.json +++ b/sample/app.json @@ -1,4 +1,9 @@ { + "id": "app-id", + "version": "1.0.0", + "main": "app.html", + "width": 1560, + "height": 1170, "name": { "en": "App name", "de": "App name", @@ -9,4 +14,4 @@ "de": "", "es": "" } -} \ No newline at end of file +}