Skip to content

Commit 4254f76

Browse files
authored
Improved some stuff
1 parent 434b2bb commit 4254f76

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/plugin-essentials/manifest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ The `plugin.json` file is a crucial component of every Acode plugin, serving as
3232
## 8. **minVersionCode:**
3333
- Minimum Acode version code required to run the plugin. The plugin will be available only for Acode versions greater than or equal to the specified code.
3434

35+
:::info
36+
You can simply use `290`, as this option became available in that version. If you are using the latest Acode plugin API, specify the corresponding version.
37+
:::
38+
3539
## 9. **price:**
3640
- Price of the plugin in INR (Indian Rupees). If set to 0 or omitted, the plugin is free. This attribute allows for monetization of plugins with a defined price range.
3741

@@ -79,4 +83,4 @@ If you wish to publish an update for your plugin, follow these guidelines:
7983
```
8084
:::
8185

82-
This example illustrates a basic `plugin.json` file. Happy coding! 🚀✨
86+
This example illustrates a basic `plugin.json` file. Happy coding! 🚀✨

0 commit comments

Comments
 (0)