Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
7699bed5
Commit
7699bed5
authored
May 20, 2016
by
Denton Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Converted manifest.json from Windows to Unix
Why do they have to have different line-endings???
parent
1f726cef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
manifest.json
manifest.json
+23
-23
No files found.
manifest.json
View file @
7699bed5
{
{
"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"
,
"
\u
003Call_urls>"
"
\u
003Call_urls>"
]
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment