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

Side by Side Diff: metadata.safari

Issue 29345109: Issue 4059 - Adapt the manifest for Edge (2) (Closed)
Patch Set: Move 'author' to metadata.common Created May 28, 2016, 9:07 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [default] 1 [default]
2 inherit = metadata.common 2 inherit = metadata.common
3 3
4 [general] 4 [general]
5 basename = adblockplussafari 5 basename = adblockplussafari
6 author = Eyeo GmbH
7 homepage = https://adblockplus.org/ 6 homepage = https://adblockplus.org/
8 updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist 7 updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist
9 8
10 [contentScripts] 9 [contentScripts]
11 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s include.youtube.js 10 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s include.youtube.js
12 11
13 [mapping] 12 [mapping]
14 ext/content.js = safari/ext/content.js 13 ext/content.js = safari/ext/content.js
15 ext/popup.js = safari/ext/popup.js 14 ext/popup.js = safari/ext/popup.js
16 include.youtube.js = safari/include.youtube.js 15 include.youtube.js = safari/include.youtube.js
(...skipping 10 matching lines...) Expand all
27 ext/common.js = ext/common.js safari/ext/common.js 26 ext/common.js = ext/common.js safari/ext/common.js
28 ext/background.js = ext/background.js safari/ext/background.js --arg brace_style =expand 27 ext/background.js = ext/background.js safari/ext/background.js --arg brace_style =expand
29 lib/adblockplus.js -= lib/devtools.js lib/popupBlocker.js lib/uninstall.js 28 lib/adblockplus.js -= lib/devtools.js lib/popupBlocker.js lib/uninstall.js
30 29
31 [popovers] 30 [popovers]
32 popup_filename = popup.html 31 popup_filename = popup.html
33 32
34 [toolbar_items] 33 [toolbar_items]
35 item_image = icons/abp-16.png 34 item_image = icons/abp-16.png
36 item_popover = popup 35 item_popover = popup
OLDNEW
« no previous file with comments | « metadata.common ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld