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-07 09:14:25 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-07 09:14:25 +0400
commit9d0c9702f2c5ca811112d434832315ef423cd564 (patch)
tree59c16c87a77852228ed8862dcfe107cf6867d069 /chrome
parent138281c106746c028804354ef9e3a84ec19f59d6 (diff)
manifest.json
Diffstat (limited to 'chrome')
-rw-r--r--chrome/manifest.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
index 49fea84..b7295b0 100644
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -1,15 +1,16 @@
{
- "manifest_version": 2,
-
- "name": "WebTorrent",
- "description": "Simple, robust BitTorrent client for the browser",
- "version": "0.1.0",
-
"app": {
"background": {
"scripts": ["bundle.js"]
}
},
+ "manifest_version": 2,
+ "name": "WebTorrent",
+ "version": "0.1.0",
+ "author": "Feross Aboukhadijeh <feross@feross.org> <http://feross.org>",
+
+ "description": "Simple, robust BitTorrent client for the browser",
+ "icons": { "16": "calculator-16.png", "128": "calculator-128.png" },
"permissions": [
{
@@ -32,5 +33,6 @@
"http://*/*"
],
- "icons": { "16": "calculator-16.png", "128": "calculator-128.png" }
+ "offline_enabled": true
+
} \ No newline at end of file