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> |