1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

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> <p>Packaged app installation page</p>
<script> <script>
// This URL must be a full url. // 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); var req = navigator.mozApps.install(manifestUrl);
req.onsuccess = function() { req.onsuccess = function() {
alert('Success: ' + this.result.origin); alert('Success: ' + this.result.origin);

View File

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