├── .gitattributes ├── LICENSE ├── Makefile ├── README.md ├── SafariTabs14.plist ├── SafariTabs14.x └── control /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/README.md -------------------------------------------------------------------------------- /SafariTabs14.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/SafariTabs14.plist -------------------------------------------------------------------------------- /SafariTabs14.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/SafariTabs14.x -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udevsharold/safaritabs14/HEAD/control --------------------------------------------------------------------------------