aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 20:09:21 -0400
committerTeddy Wing2014-03-30 20:09:30 -0400
commitc6ef15e32628d4e8b2bd4f480252b9eaccce8342 (patch)
treee6fab3a1dcdcbb290c0141b9352d4c8942ece51b
parent01fc18879850e420989a72dba24dc70bf621dc29 (diff)
downloadchrome-copy-urls-from-all-tabs-c6ef15e32628d4e8b2bd4f480252b9eaccce8342.tar.bz2
manifest.json: convert spaces to tabs
-rw-r--r--manifest.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/manifest.json b/manifest.json
index 31428b8..697a483 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,23 +1,23 @@
{
- "manifest_version": 2,
+ "manifest_version": 2,
- "name": "Chrome Copy URLs From All Tabs",
- "description": "What the name says",
- "version": "0.1.0",
-
- "browser_action": {
-
- },
-
- "options_page": "options.html",
-
- "background": {
- "scripts": ["chrome-get-urls-from-tabs-in-windows.js", "background.js"],
- "persistent": false
- },
-
- "permissions": [
- "tabs",
- "storage"
- ]
+ "name": "Chrome Copy URLs From All Tabs",
+ "description": "What the name says",
+ "version": "0.1.0",
+
+ "browser_action": {
+
+ },
+
+ "options_page": "options.html",
+
+ "background": {
+ "scripts": ["chrome-get-urls-from-tabs-in-windows.js", "background.js"],
+ "persistent": false
+ },
+
+ "permissions": [
+ "tabs",
+ "storage"
+ ]
}