Skip to content

Commit

Permalink
Converted manifest.json from Windows to Unix
Browse files Browse the repository at this point in the history
Why do they have to have different line-endings???
  • Loading branch information
Denton-L committed May 20, 2016
1 parent 1f726ce commit 7699bed
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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>"
]
}
]
}

0 comments on commit 7699bed

Please sign in to comment.