├── .github └── FUNDING.yml ├── README.md ├── assets ├── bookmarks.png ├── downloads.png ├── findbar.png ├── fire-alpha-adapt.gif ├── gestures.png ├── menu.png ├── preview.gif ├── tabs.png └── urltab.png └── chrome ├── userChrome.css └── userContent.css /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/README.md -------------------------------------------------------------------------------- /assets/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/bookmarks.png -------------------------------------------------------------------------------- /assets/downloads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/downloads.png -------------------------------------------------------------------------------- /assets/findbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/findbar.png -------------------------------------------------------------------------------- /assets/fire-alpha-adapt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/fire-alpha-adapt.gif -------------------------------------------------------------------------------- /assets/gestures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/gestures.png -------------------------------------------------------------------------------- /assets/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/menu.png -------------------------------------------------------------------------------- /assets/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/preview.gif -------------------------------------------------------------------------------- /assets/tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/tabs.png -------------------------------------------------------------------------------- /assets/urltab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/assets/urltab.png -------------------------------------------------------------------------------- /chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/chrome/userChrome.css -------------------------------------------------------------------------------- /chrome/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tagggar/Firefox-Alpha/HEAD/chrome/userContent.css --------------------------------------------------------------------------------