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
3ec0a0a7
Commit
3ec0a0a7
authored
May 22, 2016
by
chriseth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17 from Denton-L/permissions
Update manifest.json
parents
1f726cef
6328ebdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
23 deletions
+22
-23
manifest.json
manifest.json
+22
-23
No files found.
manifest.json
View file @
3ec0a0a7
{
"manifest_version"
:
2
,
"name"
:
"Solidity"
,
"description"
:
"Realtime compiler and runtime"
,
"devtools_page"
:
"devtools.html"
,
"update_url"
:
"https://chriseth.github.io/browser-solidity/"
,
{
"name"
:
"Solidity"
,
"description"
:
"Realtime compiler and runtime"
,
"update_url"
:
"https://ethereum.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"
,
"
\u
003Call_urls>"
]
}
],
"content_security_policy"
:
"script-src 'self' https://ethereum.github.io/solc-bin/bin/; object-src 'self'"
}
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