├── LICENSE ├── README.md ├── components └── Settings.jsx ├── index.js └── manifest.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powercord-community/owoifier/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powercord-community/owoifier/HEAD/README.md -------------------------------------------------------------------------------- /components/Settings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powercord-community/owoifier/HEAD/components/Settings.jsx -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powercord-community/owoifier/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powercord-community/owoifier/HEAD/manifest.json --------------------------------------------------------------------------------