mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Add appstream data file (MR 14)
This commit is contained in:
parent
92e1a26c54
commit
4a73ce6325
2 changed files with 22 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
20
org.postmarketos.mobile_config_firefox.metainfo.xml
Normal file
20
org.postmarketos.mobile_config_firefox.metainfo.xml
Normal 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>
|
Loading…
Reference in a new issue