mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
75c57aa3aa
Adjust the license to be able to upstream adjustments from this repository to upstream Firefox. I've asked all contributors if they are fine with the license change in the related issue. Fixes: https://gitlab.com/postmarketOS/mobile-config-firefox/-/issues/31
20 lines
765 B
XML
20 lines
765 B
XML
<?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>MPL-2.0</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>
|