2013-06-04 15:36:13 -04:00
|
|
|
{
|
|
|
|
"name": "Whiteout Mail",
|
2013-06-05 09:10:49 -04:00
|
|
|
"description": "Mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
2013-06-09 06:50:16 -04:00
|
|
|
"version": "0.0.2",
|
2013-06-04 15:36:13 -04:00
|
|
|
"manifest_version": 2,
|
|
|
|
"offline_enabled": true,
|
2013-06-05 09:10:49 -04:00
|
|
|
"icons": {
|
|
|
|
"128": "css/images/key-128.png"
|
|
|
|
},
|
2013-06-04 15:36:13 -04:00
|
|
|
"permissions": [
|
|
|
|
"http://storage.whiteout.io/"
|
|
|
|
],
|
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"scripts": ["background.js"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sandbox": {
|
2013-06-05 12:02:00 -04:00
|
|
|
"pages": ["sandbox.html", "mail-content.html"],
|
|
|
|
"content_security_policy": "sandbox allow-scripts; default-src 'self'; object-src 'none'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src *"
|
2013-06-04 15:36:13 -04:00
|
|
|
}
|
|
|
|
}
|