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

Side by Side Diff: metadata.safari

Issue 29363445: Issue 4577 - Remove Safari support (Closed)
Patch Set: Created Nov. 17, 2016, 11:36 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 | « metadata.common ('k') | options.html » ('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 [default]
2 inherit = metadata.common
3
4 [general]
5 basename = adblockplussafari
6 homepage = https://adblockplus.org/
7 updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist
8
9 [contentScripts]
10 document_start += include.youtube.js
11
12 [mapping]
13 ext/content.js = safari/ext/content.js
14 ext/popup.js = safari/ext/popup.js
15 include.youtube.js = safari/include.youtube.js
16 Icon.png = adblockplusui/skin/abp-128.png
17 icons/abp-16.png = safari/icons/abp-16.png
18 icons/abp-16@2x.png = safari/icons/abp-32.png
19 icons/abp-16-notification-critical.png = safari/icons/abp-16-notification-critic al.png
20 icons/abp-16-notification-critical@2x.png = safari/icons/abp-32-notification-cri tical.png
21 icons/abp-16-notification-information.png = safari/icons/abp-16-notification-inf ormation.png
22 icons/abp-16-notification-information@2x.png = safari/icons/abp-32-notification- information.png
23
24 [convert_js]
25 lib/adblockplus.js += abp2blocklist/lib/abp2blocklist.js safari/contentBlocking. js
26 ext/common.js += safari/ext/common.js
27 ext/background.js += safari/ext/background.js
28
29 [popovers]
30 popup_filename = popup.html
31
32 [toolbar_items]
33 item_image = icons/abp-16.png
34 item_popover = popup
OLDNEW
« no previous file with comments | « metadata.common ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld