Skip to content

Commit

Permalink
Edit manifest also
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed May 1, 2024
1 parent 7fdbe62 commit 8b17f87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/resources/plugins/example-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_ver": "1.0",
"id":"example-plugin",
"id": "example-plugin",
"name": "Plugin example",
"icon": "img/icestudio-logo.png",
"launchAtStartup":false
}
"launchAtStartup": false
}
5 changes: 2 additions & 3 deletions app/resources/plugins/icerok/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"manifest_ver": "1.0",
"id":"icerok",
"id": "icerok",
"name": "IceRok",
"icon": "assets/icon.svg",
"width": 840,
"height":375
"height": 375
}

6 changes: 3 additions & 3 deletions app/resources/plugins/serial-term/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_ver": "1.0",
"id":"serial-term",
"name": "Serial term",
"id": "serial-term",
"name": "Serial Terminal",
"icon": "img/terminal.png",
"width": 840,
"height":550
"height": 550
}

0 comments on commit 8b17f87

Please sign in to comment.