_console:log("settings.lua run") _settings:configureInclusion(":", function(ic) ic:requireComponent(function(component) component:setName("Storage") component:setUrl("https://github.com/m8test/Plugins/releases/download/0.1.0/storage-release-unsigned.apk") component:setVersion("0.1.0") end) end)