LEFT | RIGHT |
(no file at all) | |
| 1 # HG changeset patch |
| 2 # User Jon Sonesen <jon@adblockplus.org> |
| 3 # Date 1478778800 -3600 |
| 4 # Thu Nov 10 12:53:20 2016 +0100 |
| 5 # Node ID d90db27d6cfb0ccaaff65ab9ed375d20e37a9d2d |
| 6 # Parent 0000000000000000000000000000000000000000 |
| 7 1 |
| 8 |
| 9 diff --git a/metadata.safari b/metadata.safari |
| 10 new file mode 100644 |
| 11 --- /dev/null |
| 12 +++ b/metadata.safari |
| 13 @@ -0,0 +1,35 @@ |
| 14 +[default] |
| 15 +inherit = metadata.common |
| 16 + |
| 17 +[general] |
| 18 +basename = adblockplussafari |
| 19 +homepage = https://adblockplus.org/ |
| 20 +updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist |
| 21 + |
| 22 +[contentScripts] |
| 23 +document_start = ext/common.js ext/content.js cssProperties.js include.preload.
js include.youtube.js |
| 24 + |
| 25 +[mapping] |
| 26 +ext/content.js = safari/ext/content.js |
| 27 +ext/popup.js = safari/ext/popup.js |
| 28 +include.youtube.js = safari/include.youtube.js |
| 29 +Icon.png = adblockplusui/skin/abp-128.png |
| 30 +icons/abp-16.png = safari/icons/abp-16.png |
| 31 +icons/abp-16@2x.png = safari/icons/abp-32.png |
| 32 +icons/abp-16-notification-critical.png = safari/icons/abp-16-notification-criti
cal.png |
| 33 +icons/abp-16-notification-critical@2x.png = safari/icons/abp-32-notification-cr
itical.png |
| 34 +icons/abp-16-notification-information.png = safari/icons/abp-16-notification-in
formation.png |
| 35 +icons/abp-16-notification-information@2x.png = safari/icons/abp-32-notification
-information.png |
| 36 + |
| 37 + |
| 38 +[convert_js] |
| 39 +ext/common.js = ext/common.js safari/ext/common.js |
| 40 +ext/background.js = ext/background.js safari/ext/background.js --arg brace_styl
e=expand |
| 41 +lib/adblockplus.js -= lib/devtools.js lib/popupBlocker.js lib/uninstall.js |
| 42 + |
| 43 +[popovers] |
| 44 +popup_filename = popup.html |
| 45 + |
| 46 +[toolbar_items] |
| 47 +item_image = icons/abp-16.png |
| 48 +item_popover = popup |
| 49 # HG changeset patch |
| 50 # User Jon Sonesen <jon@adblockplus.org> |
| 51 # Date 1478778800 -3600 |
| 52 # Thu Nov 10 12:53:20 2016 +0100 |
| 53 # Node ID caf6040692e4540173cead291f4aaf2df535dafd |
| 54 # Parent d90db27d6cfb0ccaaff65ab9ed375d20e37a9d2d |
| 55 Added tag 1.12.3 for changeset d90db27d6cfb |
| 56 |
| 57 diff --git a/.hgtags b/.hgtags |
| 58 new file mode 100644 |
| 59 --- /dev/null |
| 60 +++ b/.hgtags |
| 61 @@ -0,0 +1,1 @@ |
| 62 +d90db27d6cfb0ccaaff65ab9ed375d20e37a9d2d 1.12.3 |
LEFT | RIGHT |