A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.
Go to file
2021-02-27 19:49:14 +03:00
public Icon fixes / clean up 2021-01-21 18:39:56 +03:00
src Bug fixes 2021-02-27 19:48:44 +03:00
.browserslistrc init 2020-11-28 09:10:49 +03:00
.gitignore AutoUpdate functionality 2020-12-26 23:26:46 +03:00
.travis.yml Release 0.2.6 (icons are kinda needed) 2021-02-05 16:09:17 +03:00
babel.config.js init 2020-11-28 09:10:49 +03:00
package.json Release 0.5.3 2021-02-27 19:49:14 +03:00
README.md Update README.md 2021-02-19 18:24:08 +03:00
SECURITY.md Create SECURITY.md 2021-01-30 13:49:02 +03:00
vue.config.js AutoUpdate functionality 2020-12-26 23:26:46 +03:00
yarn.lock Lazy image loading for faster load times 2021-02-27 16:21:03 +03:00

WebMessage Build Status

A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.

Donating

If you would like to support my work, you can donate using this link.

Screenshots

Screenshot 1

Screenshot 2

Development

Installs required dependencies

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and bundles for production

yarn build