1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-23 15:58:49 -05:00

add unlimited storage permission

This commit is contained in:
Tankred Hase 2013-11-09 14:20:12 +01:00
parent f7d55dd083
commit 9ca1884508

View File

@ -7,7 +7,8 @@
"icons": { "icons": {
"128": "img/icon.png" "128": "img/icon.png"
}, },
"permissions": [{ "permissions": [
"unlimitedStorage", {
"fileSystem": ["write"] "fileSystem": ["write"]
}, },
"notifications", "notifications",