Skip to content

Commit ecd599c

Browse files
committed
Version 2
1 parent 86679e6 commit ecd599c

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

presentation/1280x800.png

627 KB
Loading

presentation/440x280.png

13.4 KB
Loading

presentation/presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Add-on friendly
2828
Build your own features and functionnalities with Codebox's add-on system.
2929

3030
Open Source
31-
The IDE is open source and avilable on GitHub.
31+
The IDE is open source and available on GitHub.

src/desktop/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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"]

src/web/manifest.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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
},

0 commit comments

Comments
 (0)