add a number of support files, including app cache and web app manifest
[tricorder.git] / manifest.webapp
diff --git a/manifest.webapp b/manifest.webapp
new file mode 100644 (file)
index 0000000..b0661a8
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "Tricorder",
+  "description": "Display data from your device sensors in Star Trek style.",
+  "launch_path": "/index.html",
+  "developer": {
+    "name": "Robert Kaiser",
+    "url": "http://www.kairo.at/"
+  },
+  "icons": {
+    "16": "/style/tilex16.png",
+    "32": "/style/tilex32.png",
+    "48": "/style/tilex48.png",
+    "64": "/style/tilex64.png",
+    "128": "/style/tilex128.png"
+  }
+}
\ No newline at end of file