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: Created May 4, 2015, 7:06 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 | « defaults/prefs.js ('k') | dependencies » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "defaults": {
Wladimir Palant 2015/05/04 19:28:09 Please don't remove the old file and add a new one
3 "currentVersion": "0.0",
4 "enabled": true,
5 "frameobjects": true,
6 "fastcollapse": false,
7 "showinstatusbar": false,
8 "detachsidebar": false,
9 "defaulttoolbaraction": 0,
10 "defaultstatusbaraction": 0,
11 "sidebar_key": "Accel Shift V, Accel Shift U",
12 "sendReport_key": "",
13 "filters_key": "Accel Shift E, Accel Shift F, Accel Shift O",
14 "enable_key": "",
15 "flash_scrolltoitem": true,
16 "previewimages": true,
17 "data_directory": "adblockplus",
18 "patternsbackups": 5,
19 "patternsbackupinterval": 24,
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 "subscriptions_autoupdate": true,
22 "subscriptions_listurl": "https://adblockplus.org/subscriptions2.xml",
23 "subscriptions_fallbackurl": "https://adblockplus.org/getSubscription?versio n=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CH ANNELSTATUS%&responseStatus=%RESPONSESTATUS%",
24 "subscriptions_fallbackerrors": 5,
25 "subscriptions_exceptionsurl": "https://easylist-downloads.adblockplus.org/e xceptionrules.txt",
26 "subscriptions_exceptionscheckbox": true,
27 "documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LA NG%",
28 "savestats": true,
29 "composer_default": 2,
30 "clearStatsOnHistoryPurge": true,
31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%",
32 "recentReports": [],
33 "hideContributeButton": false,
34 "blockableItemsSize": {"width": 200, "height": 200},
35 "notificationurl": "https://notification.adblockplus.org/notification.json",
36 "notificationdata": {},
37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt",
38 "please_kill_startup_performance": false,
39 "suppress_first_run_page": false
40 }
41 }
OLDNEW
« no previous file with comments | « defaults/prefs.js ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld