diff --git a/Makefile b/Makefile index 9e22b91..25711b2 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,7 @@ install: all "$(DESTDIR)/etc/mobile-config-firefox/userChrome.css" install -Dm644 "out/userContent.css" \ "$(DESTDIR)/etc/mobile-config-firefox/userContent.css" + install -Dm644 org.postmarketos.mobile_config_firefox.metainfo.xml \ + "$(DESTDIR)/usr/share/metainfo/org.postmarketos.mobile_config_firefox.metainfo.xml" .PHONY: all clean install diff --git a/org.postmarketos.mobile_config_firefox.metainfo.xml b/org.postmarketos.mobile_config_firefox.metainfo.xml new file mode 100644 index 0000000..62c533d --- /dev/null +++ b/org.postmarketos.mobile_config_firefox.metainfo.xml @@ -0,0 +1,20 @@ + + + org.postmarketos.mobile_config_firefox + + Mobile Config for Firefox + Mobile and privacy friendly configuration for Firefox (distro-independent) + + CC0-1.0 + GPL-3.0-only + + + org.mozilla.firefox + + + +

+ UI optimizations to allow using Firefox on mobile devices (i.e. small touch screen), including two finger zoom and enforcing of mobile user agent. Privacy enhancements such as disabled search suggestions, disabled Firefox studies, disabled Telemetry and DuckDuckGo as default search engine. +

+
+