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

Side by Side Diff: config.xml

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 2, 2012, 1:15 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version='1.0' encoding='utf-8'?>
2 <widget xmlns="http://www.w3.org/ns/widgets" version="0.70" defaultlocale="en">
3 <!-- SETS EXTENSION INFORMATION -->
4 <name>Opera AdBlock Next</name>
5 <author href="https://plus.google.com/u/0/100030264608059760955/" email= "leomike29@gmail.com">Léomike Hébert</author>
6 <icon src="/images/icon256.png"/>
7 <description xml:lang="en">The true ad blocking solution for Opera</desc ription>
8 <description xml:lang="fr">La véritable solution pour bloquer les public ités dans Opera</description>
9 <description xml:lang="pt">A verdadeira solução de bloqueio de publicida de para o Opera</description>
10 <description xml:lang="pl">Prawdziwe blokowanie reklam dla Opery</descri ption>
11 <description xml:lang="nl">De echte reclamefilter voor Opera</descriptio n>
12 <description xml:lang="ru">Отличное решение для блокировки рекламы в Опе ре</description>
13 <description xml:lang="es">La verdadera solución en bloqueo de publicida d para Opera</description>
14 <description xml:lang="zh">Opera上真正的广告过滤套件</description><!-- . = 。 -->
15 <description xml:lang="vi">Giải pháp chặn quảng cáo thật sự cho Opera</d escription>
16
17 <!-- SETS DEFAULT PREFERENCE VALUES -->
18 <preference name="fanboy" value="true"/>
19 <preference name="fanboy-css" value="true"/>
20 <preference name="interval" value="86400000"/>
21 <!--<preference name="button" value="false"/>
22 <preference name="button-enabled" value="icon-red.png"/>
23 <preference name="button-disabled" value="icon-gray.png"/>
24 <preference name="master-switch" value="true"/>
25 <preference name="delay-launch" value="true"/>-->
26
27 <!-- SETS REQUIREMENTS -->
28 <feature name="opera:urlfilter" required="true"/> <!-- Required to use t he URL Filter API -->
29 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists -->
30 </widget>
OLDNEW
« 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