├── .editorconfig ├── .github └── CODEOWNERS ├── INSTALL.md ├── LICENSE.md ├── README.md ├── omni.xpi ├── omni.zip └── screenshot.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/README.md -------------------------------------------------------------------------------- /omni.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/omni.xpi -------------------------------------------------------------------------------- /omni.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/omni.zip -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/firefox/HEAD/screenshot.png --------------------------------------------------------------------------------