├── .gitignore ├── icon.png ├── info.plist └── workflow.php /.gitignore: -------------------------------------------------------------------------------- 1 | .config.json 2 | -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpi/alfroam/HEAD/icon.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpi/alfroam/HEAD/info.plist -------------------------------------------------------------------------------- /workflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpi/alfroam/HEAD/workflow.php --------------------------------------------------------------------------------