mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -05:00
updated app description in manifest file
This commit is contained in:
parent
f51a2a2a57
commit
55a237e6be
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout Mail",
|
"name": "Whiteout Mail",
|
||||||
"description": "A fully offline enabled mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
"description": "Mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
|
"icons": {
|
||||||
|
"128": "css/images/key-128.png"
|
||||||
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"http://storage.whiteout.io/"
|
"http://storage.whiteout.io/"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user