diff --git a/Vibration/index.html b/Vibration/index.html new file mode 100644 index 0000000..90066e8 --- /dev/null +++ b/Vibration/index.html @@ -0,0 +1,18 @@ + + + + + Vibration API Example + + + + + + + diff --git a/Vibration/manifest.webapp b/Vibration/manifest.webapp new file mode 100644 index 0000000..88f4b87 --- /dev/null +++ b/Vibration/manifest.webapp @@ -0,0 +1,13 @@ +{ + "name": "Vibration", + "description": "Vibration API test app", + "launch_path": "/index.html", + "icons": { + "128": "nothing.png" + }, + "developer": { + "name": "고윤지, 변상필, 정규용", + "url": "" + }, + "default_locale": "ko" +}