├── README.md ├── UnbrandedBuilds └── README.md ├── app ├── README.md ├── config.js ├── defaults │ └── pref │ │ └── config-prefs.js └── distribution │ ├── README.md │ ├── URLBlocklist.reg │ └── policies.json └── data ├── README.md └── chrome └── userChrome.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/README.md -------------------------------------------------------------------------------- /UnbrandedBuilds/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/UnbrandedBuilds/README.md -------------------------------------------------------------------------------- /app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/README.md -------------------------------------------------------------------------------- /app/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/config.js -------------------------------------------------------------------------------- /app/defaults/pref/config-prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/defaults/pref/config-prefs.js -------------------------------------------------------------------------------- /app/distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/distribution/README.md -------------------------------------------------------------------------------- /app/distribution/URLBlocklist.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/distribution/URLBlocklist.reg -------------------------------------------------------------------------------- /app/distribution/policies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/app/distribution/policies.json -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/data/README.md -------------------------------------------------------------------------------- /data/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awesome-windows11/firefox/HEAD/data/chrome/userChrome.css --------------------------------------------------------------------------------