Commit 7699bed5 authored by Denton Liu's avatar Denton Liu

Converted manifest.json from Windows to Unix

Why do they have to have different line-endings???
parent 1f726cef
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Solidity", "name": "Solidity",
"description": "Realtime compiler and runtime", "description": "Realtime compiler and runtime",
"devtools_page": "devtools.html", "devtools_page": "devtools.html",
"update_url": "https://chriseth.github.io/browser-solidity/", "update_url": "https://chriseth.github.io/browser-solidity/",
"version": "1.1", "version": "1.1",
"manifest_version": 2, "manifest_version": 2,
"background": { "background": {
"scripts": ["background.js"], "scripts": ["background.js"],
"persistent": true "persistent": true
}, },
"icons": { "icons": {
"32": "icon.png" "32": "icon.png"
}, },
"browser_action": { "browser_action": {
"default_icon": "icon.png" "default_icon": "icon.png"
}, },
"permissions": [ "permissions": [
"storage", "storage",
"tabs", "tabs",
"activeTab", "activeTab",
"https://ajax.googleapis.com/", "https://ajax.googleapis.com/",
"webRequest", "webRequest",
"webRequestBlocking", "webRequestBlocking",
"\u003Call_urls>" "\u003Call_urls>"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment