diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-05-18 23:15:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-05-22 17:25:13 +0200 |
commit | 06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49 (patch) | |
tree | 75291002a3df22d72d9923a0629c8d01f07e6b83 /manifest.webapp | |
parent | a9e1cfc3c94879480862d3ef764f4fd7fed57d4a (diff) | |
download | importLDIF-06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49.tar.gz |
Making it work.alpha
* it is mozContact(), not Contact()
* <meta name="viewport"> 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.
Diffstat (limited to 'manifest.webapp')
-rw-r--r-- | manifest.webapp | 2 |
1 files changed, 2 insertions, 0 deletions
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" |