Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-02 11:54:03 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-02 11:54:03 +0400
commitbb901eec3d6251635fe7ba97bdfa83bf7c122769 (patch)
tree3390ea667a217f71ffa2c0ac75e34678d66ac10a /chrome
parent88e3e296b82f308c3c987dc80a1dc5a2fa2c9e24 (diff)
Add magnet metadata support (very basic)
Diffstat (limited to 'chrome')
-rw-r--r--chrome/manifest.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
index 8af784f..b23a2ba 100644
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -22,7 +22,13 @@
},
"storage",
"unlimitedStorage",
- "fileSystem",
+ {
+ "fileSystem": [
+ "write",
+ "retainEntries",
+ "directory"
+ ]
+ },
"http://*/*"
],