mail/src/manifest.json

22 lines
687 B
JSON
Raw Normal View History

{
"name": "Whiteout Mail",
2013-06-14 06:07:30 -04:00
"description": "Email service with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
2013-07-02 13:52:54 -04:00
"version": "0.0.3.2",
"manifest_version": 2,
"offline_enabled": true,
"icons": {
2013-06-23 09:30:19 -04:00
"128": "css/images/mail-128.png"
},
"permissions": [
2013-06-13 07:46:28 -04:00
"https://storage.whiteout.io/"
],
"app": {
"background": {
"scripts": ["background.js"]
}
},
"sandbox": {
"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 *"
}
}