From 7699bed55775ea1d826c331bb4041b5eaad7be26 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 20 May 2016 11:33:51 -0400 Subject: [PATCH] Converted manifest.json from Windows to Unix Why do they have to have different line-endings??? --- manifest.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/manifest.json b/manifest.json index cf8d330c71..359bf3c17f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,32 +1,32 @@ -{ - "manifest_version": 2, - - "name": "Solidity", - "description": "Realtime compiler and runtime", - "devtools_page": "devtools.html", - "update_url": "https://chriseth.github.io/browser-solidity/", +{ + "manifest_version": 2, + + "name": "Solidity", + "description": "Realtime compiler and runtime", + "devtools_page": "devtools.html", + "update_url": "https://chriseth.github.io/browser-solidity/", "version": "1.1", - "manifest_version": 2, - "background": { - "scripts": ["background.js"], - "persistent": true - }, - + "manifest_version": 2, + "background": { + "scripts": ["background.js"], + "persistent": true + }, + "icons": { "32": "icon.png" }, - "browser_action": { - "default_icon": "icon.png" - }, - - "permissions": [ + "browser_action": { + "default_icon": "icon.png" + }, + + "permissions": [ "storage", - "tabs", - "activeTab", - "https://ajax.googleapis.com/", + "tabs", + "activeTab", + "https://ajax.googleapis.com/", "webRequest", "webRequestBlocking", "\u003Call_urls>" - ] -} + ] +}