File: defaults.js

package info (click to toggle)
google-tasks-sync 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 440 kB
  • ctags: 236
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
pref("extensions.google_tasks_sync.access_token", "");
pref("extensions.google_tasks_sync.refresh_token", "");
pref("extensions.google_tasks_sync.token_type", "");
pref("extensions.google_tasks_sync.expiration", "");
pref("extensions.google_tasks_sync.last_sync_time", "");
pref("extensions.google_tasks_sync.last_sync_time_minus_leeway", "");
pref("extensions.google_tasks_sync.clear_all_on_startup", false);
pref("extensions.google_tasks_sync.due_date_format", "12/31");
pref("extensions.google_tasks_sync.attach_to", "today_pane");
pref("extensions.google_tasks_sync.sort_by_due_date", false);