--- /dev/null
+This project is subject to the terms of the Mozilla Public License, v. 2.0
+(MPL2).
+MPL2 applies per file so there is a license boilerplate in every file pointing
+to the license.
+See http://mozilla.org/MPL/2.0/.
\ No newline at end of file
--- /dev/null
+This web app shows data from device sensors in the style of a Starfleet
+Tricorder with LCARS interface as seen in the popluar Star Trek series and
+movies.
+
+This app is destined to be listed in the Firefox Marketplace,
+but not developed far enough yet.
+
+The main repo is http://git-public.kairo.at/?p=tricorder.git;a=summary but it's
+listed on GitHub at https://github.com/KaiRo-at/tricorder for convenience for
+potential contributors. See the TODO for tasks that you can help with.
+
+Please don't use GitHub for issue tracking but http://bugzilla.kairo.at/
--- /dev/null
+Tasks to complete for Web Tricorder:
+
+* Make more sensors work
+* Make output more beautiful
--- /dev/null
+CACHE MANIFEST
+
+# 2012-11-24
+manifest.webapp
+js/tricorder.js
+style/tricorder.css
+style/DejaVuSansCondensed.ttf
+style/DejaVuSansCondensed-Bold.ttf
+style/tilex16.png
+style/tilex32.png
+style/tilex48.png
+style/tilex64.png
+style/tilex128.png
+style/tilexborder.png
+
+NETWORK:
+*
--- /dev/null
+{
+ "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