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

Side by Side Diff: defaults/prefs.json

Issue 4879490828206080: Issue 2438 - Update buildtools dependency to revision 97e212af6e8 (Closed)
Patch Set: Use hg mv for prefs.js->prefs.json Created May 4, 2015, 7:31 p.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 | « no previous file | dependencies » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // For description of these values see http://adblockplus.org/en/preferences 1 {
2 2 "defaults": {
3 pref("extensions.adblockplus.currentVersion", "0.0"); 3 "currentVersion": "0.0",
4 pref("extensions.adblockplus.enabled", true); 4 "enabled": true,
5 pref("extensions.adblockplus.frameobjects", true); 5 "frameobjects": true,
6 pref("extensions.adblockplus.fastcollapse", false); 6 "fastcollapse": false,
7 pref("extensions.adblockplus.showinstatusbar", false); 7 "showinstatusbar": false,
8 pref("extensions.adblockplus.detachsidebar", false); 8 "detachsidebar": false,
9 pref("extensions.adblockplus.defaulttoolbaraction", 0); 9 "defaulttoolbaraction": 0,
10 pref("extensions.adblockplus.defaultstatusbaraction", 0); 10 "defaultstatusbaraction": 0,
11 pref("extensions.adblockplus.sidebar_key", "Accel Shift V, Accel Shift U"); 11 "sidebar_key": "Accel Shift V, Accel Shift U",
12 pref("extensions.adblockplus.sendReport_key", ""); 12 "sendReport_key": "",
13 pref("extensions.adblockplus.filters_key", "Accel Shift E, Accel Shift F, Accel Shift O"); 13 "filters_key": "Accel Shift E, Accel Shift F, Accel Shift O",
14 pref("extensions.adblockplus.enable_key", ""); 14 "enable_key": "",
15 pref("extensions.adblockplus.flash_scrolltoitem", true); 15 "flash_scrolltoitem": true,
16 pref("extensions.adblockplus.previewimages", true); 16 "previewimages": true,
17 pref("extensions.adblockplus.data_directory", "adblockplus"); 17 "data_directory": "adblockplus",
18 pref("extensions.adblockplus.patternsbackups", 5); 18 "patternsbackups": 5,
19 pref("extensions.adblockplus.patternsbackupinterval", 24); 19 "patternsbackupinterval": 24,
20 pref("extensions.adblockplus.whitelistschemes", "about chrome file irc moz-safe- about news resource snews x-jsd addbook cid imap mailbox nntp pop data javascrip t moz-icon"); 20 "whitelistschemes": "about chrome file irc moz-safe-about news resource snew s x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon",
21 pref("extensions.adblockplus.subscriptions_autoupdate", true); 21 "subscriptions_autoupdate": true,
22 pref("extensions.adblockplus.subscriptions_listurl", "https://adblockplus.org/su bscriptions2.xml"); 22 "subscriptions_listurl": "https://adblockplus.org/subscriptions2.xml",
23 pref("extensions.adblockplus.subscriptions_fallbackurl", "https://adblockplus.or g/getSubscription?version=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=% ERROR%&channelStatus=%CHANNELSTATUS%&responseStatus=%RESPONSESTATUS%"); 23 "subscriptions_fallbackurl": "https://adblockplus.org/getSubscription?versio n=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CH ANNELSTATUS%&responseStatus=%RESPONSESTATUS%",
24 pref("extensions.adblockplus.subscriptions_fallbackerrors", 5); 24 "subscriptions_fallbackerrors": 5,
25 pref("extensions.adblockplus.subscriptions_exceptionsurl", "https://easylist-dow nloads.adblockplus.org/exceptionrules.txt"); 25 "subscriptions_exceptionsurl": "https://easylist-downloads.adblockplus.org/e xceptionrules.txt",
26 pref("extensions.adblockplus.subscriptions_exceptionscheckbox", true); 26 "subscriptions_exceptionscheckbox": true,
27 pref("extensions.adblockplus.documentation_link", "https://adblockplus.org/redir ect?link=%LINK%&lang=%LANG%"); 27 "documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LA NG%",
28 pref("extensions.adblockplus.savestats", true); 28 "savestats": true,
29 pref("extensions.adblockplus.composer_default", 2); 29 "composer_default": 2,
30 pref("extensions.adblockplus.clearStatsOnHistoryPurge", true); 30 "clearStatsOnHistoryPurge": true,
31 pref("extensions.adblockplus.report_submiturl", "https://reports.adblockplus.org /submitReport?version=1&guid=%GUID%&lang=%LANG%"); 31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%",
32 pref("extensions.adblockplus.recentReports", []); 32 "recentReports": [],
33 pref("extensions.adblockplus.hideContributeButton", false); 33 "hideContributeButton": false,
34 pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200}); 34 "blockableItemsSize": {"width": 200, "height": 200},
35 pref("extensions.adblockplus.notificationurl", "https://notification.adblockplus .org/notification.json"); 35 "notificationurl": "https://notification.adblockplus.org/notification.json",
36 pref("extensions.adblockplus.notificationdata", {}); 36 "notificationdata": {},
37 pref("extensions.adblockplus.subscriptions_antiadblockurl", "https://easylist-do wnloads.adblockplus.org/antiadblockfilters.txt"); 37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt",
38 pref("extensions.adblockplus.please_kill_startup_performance", false); 38 "please_kill_startup_performance": false,
39 pref("extensions.adblockplus.suppress_first_run_page", false); 39 "suppress_first_run_page": false
40 }
41 }
OLDNEW
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld