OLD | NEW |
| (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 | |
OLD | NEW |