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

Unified Diff: config.xml

Issue 8483154: Adding ABP core modules to ABP/Opera (Closed)
Patch Set: Created Oct. 11, 2012, 9:35 a.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
===================================================================
--- a/config.xml
+++ b/config.xml
@@ -1,17 +1,12 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget xmlns="http://www.w3.org/ns/widgets" version="0.72" defaultlocale="en" id="https://addons.opera.com/extensions/details/opera-adblock/" href="https://addons.opera.com/extensions/details/opera-adblock/">
+<widget xmlns="http://www.w3.org/ns/widgets" version="0.72" defaultlocale="en" id="https://addons.opera.com/extensions/details/opera-adblock/" href="https://addons.opera.com/extensions/details/opera-adblock/">
<!-- SETS EXTENSION INFORMATION -->
<name>Adblock Plus</name>
<author href="http://adblockplus.org/">Adblock Plus Team</author>
<icon src="/images/icon128.png"/>
<description xml:lang="en">Ads were yesterday! The successful extension Adblock Plus is now available for Opera.</description>
-
- <!-- SETS DEFAULT PREFERENCE VALUES -->
- <preference name="fanboy" value="true"/>
- <preference name="fanboy-css" value="true"/>
- <preference name="interval" value="86400000"/>
-
+
<!-- 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>
+</widget>

Powered by Google App Engine
This is Rietveld