Tool-Tree

Add-on file format

Internal structure of add-on file

file.add
└── (contents inside the file)
    ├── addon.prop
    ├── icon.png (256×256)
    ├── menu.sh
    ├── index.sh|index.xml
    ├── early_start.sh
    └── language.sh

Contents of addon.prop file

# is a shell script file

id=test
id=Test
name=Test add-on
author=Kakathic
description=Short description
version=1.0
versionCode=100
root=false

Add-on icon

Content inside index.sh, index.xml

Download: Sample