mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 02:20:14 -05:00
url to github
This commit is contained in:
parent
4ce8a60a7a
commit
6bddaa3432
@ -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);
|
||||
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user