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

Side by Side Diff: config.xml

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 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
« no previous file with comments | « common/notification.js ('k') | design/default.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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/">
3 <!-- SETS EXTENSION INFORMATION -->
4 <name>Adblock Plus</name>
5 <author href="http://adblockplus.org/">Adblock Plus Team</author>
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>
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 -->
15 <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 -->
17 </widget>
OLDNEW
« 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