├── .DS_Store ├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── images ├── AppStoreBadge.svg └── Thumb-4.webp └── readme.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeoKlaus/plappa/HEAD/.DS_Store -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeoKlaus/plappa/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /images/AppStoreBadge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeoKlaus/plappa/HEAD/images/AppStoreBadge.svg -------------------------------------------------------------------------------- /images/Thumb-4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeoKlaus/plappa/HEAD/images/Thumb-4.webp -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeoKlaus/plappa/HEAD/readme.md --------------------------------------------------------------------------------