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. 8, 2012, 5:58 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
« no previous file with comments | « common/notification.js ('k') | design/default.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,17 @@
+<?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/">
+ <!-- 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>
« no previous file with comments | « common/notification.js ('k') | design/default.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld