Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: config.xml

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 2, 2012, 1:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « common/notification.js ('k') | design/copyright.css » ('j') | files/background.js » ('J')

Powered by Google App Engine
This is Rietveld