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
2828Build your own features and functionnalities with Codebox's add-on system.
2929
3030Open 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 11{
22 "manifest_version" : 2 ,
33 "minimum_chrome_version" : " 24.0.1307.0" ,
4- "name" : " Codebox" ,
4+ "name" : " Codebox For Your Desktop " ,
55 "description" : " Cloud IDE as a Service." ,
66 "offline_enabled" : true ,
77 "permissions" : [
88 " unlimitedStorage" , " webview"
99 ],
10- "version" : " 1 " ,
10+ "version" : " 2 " ,
1111 "app" : {
1212 "background" : {
1313 "scripts" : [" main.js" ]
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 2 ,
3- "name" : " Codebox For Your Desktop " ,
3+ "name" : " Codebox" ,
44 "description" : " Cloud IDE as a Service." ,
55 "offline_enabled" : true ,
66 "permissions" : [
77 " unlimitedStorage"
88 ],
9- "version" : " 1 " ,
9+ "version" : " 2 " ,
1010 "app" : {
1111 "urls" : [
12- " *://codebox.io" ,
13- " *://dynobox.io" ,
14- " *://*.dynobox.io"
12+ " *://www.codebox.io/"
1513 ],
1614 "launch" : {
17- "web_url" : " https://www.codebox.io?login=true" ,
15+ "web_url" : " https://www.codebox.io/ ?login=true" ,
1816 "container" : " panel"
1917 }
2018 },
You can’t perform that action at this time.
0 commit comments