| Index: adblockplus/issue-2509.patch | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/adblockplus/issue-2509.patch | 
| @@ -0,0 +1,19 @@ | 
| +# HG changeset patch | 
| +# User Felix Dahlke <felix@adblockplus.org> | 
| +# Date 1431462500 -7200 | 
| +#      Tue May 12 22:28:20 2015 +0200 | 
| +# Node ID f9f01a4c16af30ff8abeedb98c932c9495027509 | 
| +# Parent  9069f8de837b3733f8eb727e882d92c79bb23922 | 
| +Issue 2509 - Add Adblock Browser to known apps | 
| + | 
| +diff -r 9069f8de837b -r f9f01a4c16af packagerGecko.py | 
| +--- a/packagerGecko.py	Fri May 08 15:50:07 2015 +0200 | 
| ++++ b/packagerGecko.py	Tue May 12 22:28:20 2015 +0200 | 
| +@@ -32,6 +32,7 @@ | 
| +   'songbird':   'songbird@songbirdnest.com', | 
| +   'thunderbird':  '{3550f703-e582-4d05-9a08-453d09bdfdc6}', | 
| +   'toolkit':    'toolkit@mozilla.org', | 
| ++  'adblockbrowser': '{55aba3ac-94d3-41a8-9e25-5c21fe874539}', | 
| + } | 
| + | 
| + defaultLocale = 'en-US' | 
|  |