File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ Add-on friendly
28
28
Build your own features and functionnalities with Codebox's add-on system.
29
29
30
30
Open Source
31
- The IDE is open source and avilable on GitHub.
31
+ The IDE is open source and available on GitHub.
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"minimum_chrome_version" : " 24.0.1307.0" ,
4
- "name" : " Codebox" ,
4
+ "name" : " Codebox For Your Desktop " ,
5
5
"description" : " Cloud IDE as a Service." ,
6
6
"offline_enabled" : true ,
7
7
"permissions" : [
8
8
" unlimitedStorage" , " webview"
9
9
],
10
- "version" : " 1 " ,
10
+ "version" : " 2 " ,
11
11
"app" : {
12
12
"background" : {
13
13
"scripts" : [" main.js" ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
- "name" : " Codebox For Your Desktop " ,
3
+ "name" : " Codebox" ,
4
4
"description" : " Cloud IDE as a Service." ,
5
5
"offline_enabled" : true ,
6
6
"permissions" : [
7
7
" unlimitedStorage"
8
8
],
9
- "version" : " 1 " ,
9
+ "version" : " 2 " ,
10
10
"app" : {
11
11
"urls" : [
12
- " *://codebox.io" ,
13
- " *://dynobox.io" ,
14
- " *://*.dynobox.io"
12
+ " *://www.codebox.io/"
15
13
],
16
14
"launch" : {
17
- "web_url" : " https://www.codebox.io?login=true" ,
15
+ "web_url" : " https://www.codebox.io/ ?login=true" ,
18
16
"container" : " panel"
19
17
}
20
18
},
You can’t perform that action at this time.
0 commit comments