Skip to content

Commit 13a3953

Browse files
committed
feat; manifest
1 parent 75163e0 commit 13a3953

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

addons/goboscript/addon.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Goboscript integration",
3-
"description": "Integration with goboscript. Adds a decompile button the the project page, next to the Remix button.",
3+
"description": "Integration with goboscript. Adds a decompile button on the project page, next to the Remix button.",
44
"tags": ["editor", "projectPage", "beta"],
55
"credits": [
66
{
@@ -51,8 +51,14 @@
5151
],
5252
"info": [
5353
{
54+
"type": "notice",
5455
"text": "sb2gs: Holding shift while clicking the decompile button will prepend the project id.",
5556
"id": "info1"
57+
},
58+
{
59+
"type": "warning",
60+
"text": "sb2gs: The decompile button will not work on some projects. You can try filing an issue here, providing the project id: https://github.com/aspizu/sb2gs/issues",
61+
"id": "info2"
5662
}
5763
]
5864
}

0 commit comments

Comments
 (0)