Index: config.xml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/config.xml |
@@ -0,0 +1,30 @@ |
+<?xml version='1.0' encoding='utf-8'?> |
+<widget xmlns="http://www.w3.org/ns/widgets" version="0.70" defaultlocale="en"> |
+ <!-- SETS EXTENSION INFORMATION --> |
+ <name>Opera AdBlock Next</name> |
+ <author href="https://plus.google.com/u/0/100030264608059760955/" email="leomike29@gmail.com">Léomike Hébert</author> |
+ <icon src="/images/icon256.png"/> |
+ <description xml:lang="en">The true ad blocking solution for Opera</description> |
+ <description xml:lang="fr">La véritable solution pour bloquer les publicités dans Opera</description> |
+ <description xml:lang="pt">A verdadeira solução de bloqueio de publicidade para o Opera</description> |
+ <description xml:lang="pl">Prawdziwe blokowanie reklam dla Opery</description> |
+ <description xml:lang="nl">De echte reclamefilter voor Opera</description> |
+ <description xml:lang="ru">Отличное решение для блокировки рекламы в Опере</description> |
+ <description xml:lang="es">La verdadera solución en bloqueo de publicidad para Opera</description> |
+ <description xml:lang="zh">Opera上真正的广告过滤套件</description><!-- . = 。 --> |
+ <description xml:lang="vi">Giải pháp chặn quảng cáo thật sự cho Opera</description> |
+ |
+ <!-- SETS DEFAULT PREFERENCE VALUES --> |
+ <preference name="fanboy" value="true"/> |
+ <preference name="fanboy-css" value="true"/> |
+ <preference name="interval" value="86400000"/> |
+ <!--<preference name="button" value="false"/> |
+ <preference name="button-enabled" value="icon-red.png"/> |
+ <preference name="button-disabled" value="icon-gray.png"/> |
+ <preference name="master-switch" value="true"/> |
+ <preference name="delay-launch" value="true"/>--> |
+ |
+ <!-- SETS REQUIREMENTS --> |
+ <feature name="opera:urlfilter" required="true"/> <!-- Required to use the URL Filter API --> |
+ <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists --> |
+</widget> |