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

Unified Diff: config.xml

Issue 8614114: Require opera:contextmenus feature (Closed)
Patch Set: Created Oct. 22, 2012, 2:59 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.xml
===================================================================
--- a/config.xml
+++ b/config.xml
@@ -3,10 +3,11 @@
<!-- SETS EXTENSION INFORMATION -->
<name>Adblock Plus</name>
<author href="http://adblockplus.org/">Adblock Plus Team</author>
<icon src="/icons/abp-128.png"/>
<description xml:lang="en">Ads were yesterday! The successful extension Adblock Plus is now available for Opera.</description>
<!-- SETS REQUIREMENTS -->
<feature name="opera:urlfilter" required="true"/> <!-- Required to use the URL Filter API -->
+ <feature name="opera:contextmenus" required="true"/>
<access origin="*" subdomains="true"/> <!-- Required to download the ad blocking lists -->
</widget>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld