Add appstream data file (MR 14)

This commit is contained in:
plata 2021-06-11 13:52:43 +00:00 committed by Oliver Smith
parent 92e1a26c54
commit 4a73ce6325
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 22 additions and 0 deletions

View file

@ -40,5 +40,7 @@ install: all
"$(DESTDIR)/etc/mobile-config-firefox/userChrome.css" "$(DESTDIR)/etc/mobile-config-firefox/userChrome.css"
install -Dm644 "out/userContent.css" \ install -Dm644 "out/userContent.css" \
"$(DESTDIR)/etc/mobile-config-firefox/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 .PHONY: all clean install

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.postmarketos.mobile_config_firefox</id>
<name>Mobile Config for Firefox</name>
<summary>Mobile and privacy friendly configuration for Firefox (distro-independent)</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<extends>
<id>org.mozilla.firefox</id>
</extends>
<description>
<p>
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.
</p>
</description>
</component>