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

Unified Diff: defaults/prefs.js

Issue 11175021: Add Notification module (Closed)
Patch Set: Download notifications (changes by Wladimir) Created July 18, 2013, 5:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/main.js » ('j') | lib/notification.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/prefs.js
===================================================================
--- a/defaults/prefs.js
+++ b/defaults/prefs.js
@@ -32,3 +32,5 @@
pref("extensions.adblockplus.recentReports", []);
pref("extensions.adblockplus.hideContributeButton", false);
pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200});
+pref("extensions.adblockplus.notificationurl", "https://notification.adblockplus.org/notification.json");
+pref("extensions.adblockplus.notificationdata", {});
« no previous file with comments | « no previous file | lib/main.js » ('j') | lib/notification.js » ('J')

Powered by Google App Engine
This is Rietveld