File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111```
1212file.add
1313└── (in file.add)
14- ├── addon.prop # add-on information
14+ ├── download.prop # link to download add-on
15+ ├── addon.prop # add-on information
1516 ├── icon.png (200x200) # is the icon of the add-on
1617 ├── menu.sh # 3-dot menu button
1718 ├── index.sh|index.xml # After entering the page, all content will be displayed.
1819 ├── firstly_start.sh # This command only runs during data installation and application updates.
1920 ├── early_start.sh # The first time the application starts, it will run the shell.
2021 ├── install.sh # When the add-on is unzipped, it will run the shell.
21- ├── uninstall.sh # remove add-on it will run shell
22- └── language.sh # subfile of index.sh to add language
22+ └── uninstall.sh # remove add-on it will run shell
2323```
2424
2525** Menu.sh**
You can’t perform that action at this time.
0 commit comments