From b8c90f253566ffe392fc91a4d41dc8e9e4f7bc07 Mon Sep 17 00:00:00 2001 From: Ephemera Date: Wed, 7 Aug 2013 18:19:09 +0900 Subject: [PATCH 1/2] Add Clock \& Time API test app --- Time_Clock/index.html | 56 ++++++++++++++++++++++++++++++++++++++ Time_Clock/manifest.webapp | 17 ++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 Time_Clock/index.html create mode 100644 Time_Clock/manifest.webapp diff --git a/Time_Clock/index.html b/Time_Clock/index.html new file mode 100644 index 0000000..e9ff305 --- /dev/null +++ b/Time_Clock/index.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + diff --git a/Time_Clock/manifest.webapp b/Time_Clock/manifest.webapp new file mode 100644 index 0000000..2bccd22 --- /dev/null +++ b/Time_Clock/manifest.webapp @@ -0,0 +1,17 @@ +{ + "name": "testapp", + "description": "it is a test app", + "launch_path": "/index.html", + "icons": { + "128": "test.png" + }, + "developer": { + "name": "test user", + "url": "http://localhost" + }, + "default_locale": "ko", + "type": "certified", + "permissions": { + "time": {} + } +} From c6101f6c06ec6c27a204e2a621d4932ddf077e80 Mon Sep 17 00:00:00 2001 From: Ephemera Date: Wed, 7 Aug 2013 18:28:36 +0900 Subject: [PATCH 2/2] modified manifest for time_clock api testapp --- Time_Clock/manifest.webapp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Time_Clock/manifest.webapp b/Time_Clock/manifest.webapp index 2bccd22..02f7db7 100644 --- a/Time_Clock/manifest.webapp +++ b/Time_Clock/manifest.webapp @@ -1,13 +1,13 @@ { - "name": "testapp", - "description": "it is a test app", + "name": "Time_Clock", + "description": "Time & Clock API test app", "launch_path": "/index.html", "icons": { - "128": "test.png" + "128": "nothing.png" }, "developer": { - "name": "test user", - "url": "http://localhost" + "name": "고윤지, 변상필, 정규용", + "url": "" }, "default_locale": "ko", "type": "certified",