url to github

This commit is contained in:
Tankred Hase 2013-03-28 21:52:48 +01:00
parent 4ce8a60a7a
commit 6bddaa3432
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<p>Packaged app installation page</p>
<script>
// This URL must be a full url.
var manifestUrl = 'http://localhost:8080/manifest.webapp'; // 'http://tanx.gihthub.com/html5-mail/src/package.manifest';
var manifestUrl = 'http://tanx.github.com/html5-mail/manifest.webapp';
var req = navigator.mozApps.install(manifestUrl);
req.onsuccess = function() {
alert('Success: ' + this.result.origin);

View File

@ -1,15 +1,14 @@
{
"name": "Whiteout",
"description": "HTML5 Mail with end-2-end encrypted messenging and encrypted cloud storage",
"launch_path": "/src/",
"launch_path": "/html5-mail/src/",
"icons": {
"128": "/src/css/images/key-128.png"
"128": "/html5-mail/src/css/images/key-128.png"
},
"developer": {
"name": "Whiteout Networks GmbH",
"url": "http://whiteout.io"
},
"appcache_path": "/src/manifest.appcache",
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
"default_locale": "en"
}