From c7550aa9ae602a902a3dcebc61f09a9ec2a2a319 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 3 Feb 2015 23:44:28 -1000 Subject: [PATCH] Fix whitespace in manifest --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 97d12b48..db1ae29d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,9 @@ "version": "0.0.1", "offline_enabled": false, - "permissions": [ - "unlimitedStorage" - ], + "permissions": [ + "unlimitedStorage" + ], "icons": { "128": "icon.png" },