From 8da845f91577b4120fdd3b51005efa443e97f068 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 29 Mar 2013 10:47:32 +0100 Subject: [PATCH] back to firefox manifest only appcache --- manifest.webapp | 1 + src/index.html | 2 +- src/manifest.appcache | 176 +++++++++++++++++++++--------------------- 3 files changed, 90 insertions(+), 89 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 246d72e..a0dd30b 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,6 +9,7 @@ "name": "Whiteout Networks GmbH", "url": "http://whiteout.io" }, + "appcache_path": "/html5-mail/src/manifest.appcache", "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'", "default_locale": "en" } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 583bc80..883a510 100755 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/manifest.appcache b/src/manifest.appcache index 0c85b12..648dbc3 100644 --- a/src/manifest.appcache +++ b/src/manifest.appcache @@ -1,94 +1,94 @@ CACHE MANIFEST # Version 0.0.1 -index.html -css/jquery.mobile-1.2.0.min.css -css/styles.css -css/icons/glyphicons_003_user.png -css/icons/glyphicons_030_pencil.png -css/icons/glyphicons_135_inbox_out.png -css/icons/glyphicons_010_envelope.png -css/icons/glyphicons_034_old_man.png -css/icons/glyphicons_016_bin.png -css/icons/glyphicons_130_inbox.png -css/images/ajax-loader.gif -css/images/icons-18-white.png -css/images/icons-36-white.png -css/images/icons-18-black.png -css/images/icons-36-black.png -css/images/key-128.png -js/app-config.js -js/jqm-config.js -js/app-router.js -js/loader.js -js/crypto/aes-batch-worker.js -js/crypto/pbkdf2-worker.js -js/crypto/util.js -js/crypto/aes-worker.js -js/crypto/pbkdf2.js -js/crypto/aes-ccm.js -js/crypto/crypto.js -js/crypto/pgp.js -js/dao/cloudstorage-dao.js -js/dao/email-dao.js -js/dao/localstorage-dao.js -js/dao/devicestorage.js -js/dao/lawnchair-dao.js -js/model/account-model.js -js/model/email-model.js -js/model/folder-model.js -js/view/accounts-view.js -js/view/folderlist-view.js -js/view/messagelist-view.js -js/view/read-view.js -js/view/compose-view.js -js/view/login-view.js -js/view/messagelistitem-view.js -lib/jquery-1.8.2.min.js -lib/openpgp.min.js -lib/backbone-0.9.10.min.js -lib/jquery.mobile-1.2.0.min.js -lib/cordova-2.5.0.js -lib/underscore-1.4.4.min.js -lib/uuid.js -lib/crypto-js/aes.js -lib/crypto-js/core.js -lib/crypto-js/hmac.js -lib/crypto-js/sha1.js -lib/crypto-js/cipher-core.js -lib/crypto-js/enc-base64.js -lib/crypto-js/pbkdf2.js -lib/lawnchair/lawnchair-adapter-indexed-db-git.js -lib/lawnchair/lawnchair-git.min.js -lib/lawnchair/lawnchair-adapter-webkit-sqlite-git.js -lib/sjcl/aes.js -lib/sjcl/ccm.js -lib/sjcl/codecString.js -lib/sjcl/hmac.js -lib/sjcl/sha1.js -lib/sjcl/srp.js -lib/sjcl/bitArray.js -lib/sjcl/codecBase64.js -lib/sjcl/convenience.js -lib/sjcl/ocb2.js -lib/sjcl/sha256.js -lib/sjcl/bn.js -lib/sjcl/codecBytes.js -lib/sjcl/ecc.js -lib/sjcl/pbkdf2.js -lib/sjcl/sha512.js -lib/sjcl/cbc.js -lib/sjcl/codecHex.js -lib/sjcl/gcm.js -lib/sjcl/random.js -lib/sjcl/sjcl.js -tpl/accounts.html -tpl/folderlist.html -tpl/messagelist.html -tpl/read.html -tpl/compose.html -tpl/login.html -tpl/messagelistitem.html +/html5-mail/src/index.html +/html5-mail/src/css/jquery.mobile-1.2.0.min.css +/html5-mail/src/css/styles.css +/html5-mail/src/css/icons/glyphicons_003_user.png +/html5-mail/src/css/icons/glyphicons_030_pencil.png +/html5-mail/src/css/icons/glyphicons_135_inbox_out.png +/html5-mail/src/css/icons/glyphicons_010_envelope.png +/html5-mail/src/css/icons/glyphicons_034_old_man.png +/html5-mail/src/css/icons/glyphicons_016_bin.png +/html5-mail/src/css/icons/glyphicons_130_inbox.png +/html5-mail/src/css/images/ajax-loader.gif +/html5-mail/src/css/images/icons-18-white.png +/html5-mail/src/css/images/icons-36-white.png +/html5-mail/src/css/images/icons-18-black.png +/html5-mail/src/css/images/icons-36-black.png +/html5-mail/src/css/images/key-128.png +/html5-mail/src/js/app-config.js +/html5-mail/src/js/jqm-config.js +/html5-mail/src/js/app-router.js +/html5-mail/src/js/loader.js +/html5-mail/src/js/crypto/aes-batch-worker.js +/html5-mail/src/js/crypto/pbkdf2-worker.js +/html5-mail/src/js/crypto/util.js +/html5-mail/src/js/crypto/aes-worker.js +/html5-mail/src/js/crypto/pbkdf2.js +/html5-mail/src/js/crypto/aes-ccm.js +/html5-mail/src/js/crypto/crypto.js +/html5-mail/src/js/crypto/pgp.js +/html5-mail/src/js/dao/cloudstorage-dao.js +/html5-mail/src/js/dao/email-dao.js +/html5-mail/src/js/dao/localstorage-dao.js +/html5-mail/src/js/dao/devicestorage.js +/html5-mail/src/js/dao/lawnchair-dao.js +/html5-mail/src/js/model/account-model.js +/html5-mail/src/js/model/email-model.js +/html5-mail/src/js/model/folder-model.js +/html5-mail/src/js/view/accounts-view.js +/html5-mail/src/js/view/folderlist-view.js +/html5-mail/src/js/view/messagelist-view.js +/html5-mail/src/js/view/read-view.js +/html5-mail/src/js/view/compose-view.js +/html5-mail/src/js/view/login-view.js +/html5-mail/src/js/view/messagelistitem-view.js +/html5-mail/src/lib/jquery-1.8.2.min.js +/html5-mail/src/lib/openpgp.min.js +/html5-mail/src/lib/backbone-0.9.10.min.js +/html5-mail/src/lib/jquery.mobile-1.2.0.min.js +/html5-mail/src/lib/cordova-2.5.0.js +/html5-mail/src/lib/underscore-1.4.4.min.js +/html5-mail/src/lib/uuid.js +/html5-mail/src/lib/crypto-js/aes.js +/html5-mail/src/lib/crypto-js/core.js +/html5-mail/src/lib/crypto-js/hmac.js +/html5-mail/src/lib/crypto-js/sha1.js +/html5-mail/src/lib/crypto-js/cipher-core.js +/html5-mail/src/lib/crypto-js/enc-base64.js +/html5-mail/src/lib/crypto-js/pbkdf2.js +/html5-mail/src/lib/lawnchair/lawnchair-adapter-indexed-db-git.js +/html5-mail/src/lib/lawnchair/lawnchair-git.min.js +/html5-mail/src/lib/lawnchair/lawnchair-adapter-webkit-sqlite-git.js +/html5-mail/src/lib/sjcl/aes.js +/html5-mail/src/lib/sjcl/ccm.js +/html5-mail/src/lib/sjcl/codecString.js +/html5-mail/src/lib/sjcl/hmac.js +/html5-mail/src/lib/sjcl/sha1.js +/html5-mail/src/lib/sjcl/srp.js +/html5-mail/src/lib/sjcl/bitArray.js +/html5-mail/src/lib/sjcl/codecBase64.js +/html5-mail/src/lib/sjcl/convenience.js +/html5-mail/src/lib/sjcl/ocb2.js +/html5-mail/src/lib/sjcl/sha256.js +/html5-mail/src/lib/sjcl/bn.js +/html5-mail/src/lib/sjcl/codecBytes.js +/html5-mail/src/lib/sjcl/ecc.js +/html5-mail/src/lib/sjcl/pbkdf2.js +/html5-mail/src/lib/sjcl/sha512.js +/html5-mail/src/lib/sjcl/cbc.js +/html5-mail/src/lib/sjcl/codecHex.js +/html5-mail/src/lib/sjcl/gcm.js +/html5-mail/src/lib/sjcl/random.js +/html5-mail/src/lib/sjcl/sjcl.js +/html5-mail/src/tpl/accounts.html +/html5-mail/src/tpl/folderlist.html +/html5-mail/src/tpl/messagelist.html +/html5-mail/src/tpl/read.html +/html5-mail/src/tpl/compose.html +/html5-mail/src/tpl/login.html +/html5-mail/src/tpl/messagelistitem.html NETWORK: * \ No newline at end of file