add kindle scripts

This commit is contained in:
2024-12-16 12:34:16 -06:00
parent f65cf3c1ed
commit 4e7fce8ba3
4 changed files with 266 additions and 0 deletions

12
kindle/ascwebdash/config.xml Executable file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<extension>
<information>
<name>ASC Webdash</name>
<version>0.1</version>
<author>asc</author>
<id>ascwebdash</id>
</information>
<menus>
<menu type="json" dynamic="true">menu.json</menu>
</menus>
</extension>