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
diff options
context:
space:
mode:
-rw-r--r--chrome/manifest.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
index 9fbe018..249dc26 100644
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -1,13 +1,14 @@
{
+ "manifest_version": 2,
+ "name": "WebTorrent",
+ "version": "0.1.0",
+ "author": "Feross Aboukhadijeh",
+
"app": {
"background": {
"scripts": ["bundle.js"]
}
},
- "manifest_version": 2,
- "name": "WebTorrent",
- "version": "0.1.0",
- "author": "Feross Aboukhadijeh",
"description": "Simple, robust BitTorrent client for the browser",
"icons": { "16": "calculator-16.png", "128": "calculator-128.png" },
@@ -35,5 +36,4 @@
],
"offline_enabled": true
-
} \ No newline at end of file