aboutsummaryrefslogtreecommitdiff
path: root/subprojects/freeamo/freeamo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/freeamo/freeamo.conf')
-rw-r--r--subprojects/freeamo/freeamo.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/subprojects/freeamo/freeamo.conf b/subprojects/freeamo/freeamo.conf
new file mode 100644
index 0000000..fd133e7
--- /dev/null
+++ b/subprojects/freeamo/freeamo.conf
@@ -0,0 +1,13 @@
+# Mozilla API parameters: Add-ons -> Search
+app="firefox"
+appversion="$(wget -qO- "http://archive.trisquel.info/trisquel/pool/main/i/icecat/?C=N;O=D" | grep icecat_ | head -n 1 | sed "s|\"|\\n|g; s|-|\\n|g" | grep icecat_ | sed "s|icecat_||" | head -n 1)" # Latest icecat version for Trisquel
+page_size=50 # page_size=50 -- this is the maximum accepted number, it makes the download much faster: 20 seconds for 10 x page_size=50, 35 seconds for 20 x page_size=25 (default)
+platform="linux"
+sort="users" # sort=users. sort=name not working yet - https://github.com/mozilla/addons-server/issues/7600
+type="extension"
+
+# Mozilla API parameters: Add-ons -> Detail
+minimum_average_daily_users="10000"
+
+# Extra
+notes="WebExtensions compatible with the latest icecat package version for the latest stable Trisquel GNU/Linux distribution. GNU IceCat is based on Firefox Extended Support Release (ESR)."