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

Side by Side Diff: config.xml

Issue 8483154: Adding ABP core modules to ABP/Opera (Closed)
Patch Set: Created Oct. 11, 2012, 9:35 a.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
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <widget xmlns="http://www.w3.org/ns/widgets" version="0.72" defaultlocale="en" i d="https://addons.opera.com/extensions/details/opera-adblock/" href="https://add ons.opera.com/extensions/details/opera-adblock/">» 2 <widget xmlns="http://www.w3.org/ns/widgets" version="0.72" defaultlocale="en" i d="https://addons.opera.com/extensions/details/opera-adblock/" href="https://add ons.opera.com/extensions/details/opera-adblock/">
3 <!-- SETS EXTENSION INFORMATION --> 3 <!-- SETS EXTENSION INFORMATION -->
4 <name>Adblock Plus</name> 4 <name>Adblock Plus</name>
5 <author href="http://adblockplus.org/">Adblock Plus Team</author> 5 <author href="http://adblockplus.org/">Adblock Plus Team</author>
6 <icon src="/images/icon128.png"/> 6 <icon src="/images/icon128.png"/>
7 <description xml:lang="en">Ads were yesterday! The successful extension Adblock Plus is now available for Opera.</description> 7 <description xml:lang="en">Ads were yesterday! The successful extension Adblock Plus is now available for Opera.</description>
8 » 8
9 » <!-- SETS DEFAULT PREFERENCE VALUES -->
10 » <preference name="fanboy" value="true"/>
11 » <preference name="fanboy-css" value="true"/>
12 » <preference name="interval" value="86400000"/>
13 »
14 <!-- SETS REQUIREMENTS --> 9 <!-- SETS REQUIREMENTS -->
15 <feature name="opera:urlfilter" required="true"/> <!-- Required to use t he URL Filter API --> 10 <feature name="opera:urlfilter" required="true"/> <!-- Required to use t he URL Filter API -->
16 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists --> 11 <access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists -->
17 </widget> 12 </widget>
OLDNEW

Powered by Google App Engine
This is Rietveld