From 06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 18 May 2013 23:15:00 +0200 Subject: Making it work. * it is mozContact(), not Contact() * added * fix manifest.webapp * completely misunderstood API ... subobjects are not created directly, but in a plain Object, which is then pushed to the mozContact via .init() method. --- manifest.webapp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifest.webapp') diff --git a/manifest.webapp b/manifest.webapp index acc2063..4597530 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -5,6 +5,8 @@ "icons": { "128": "/icon-128.png" }, + "launch_path": "/index.html", + "type": "privileged", "developer": { "name": "Matěj Cepl", "url": "http://matej.ceplovi.cz" -- cgit