SYMBOL INDEX (44 symbols across 4 files) FILE: src/badge_generator.js method constructor (line 5) | constructor(win, opts = {}) { method generate (line 18) | generate(number) { method drawBadge (line 23) | drawBadge(number, style) { FILE: src/constants.js constant APPLICATION_NAME (line 6) | const APPLICATION_NAME = 'Voice Desktop'; constant APPLICATION_ICON_LARGE (line 9) | const APPLICATION_ICON_LARGE = '1024px-Google_Voice_icon_... constant APPLICATION_ICON_MEDIUM (line 10) | const APPLICATION_ICON_MEDIUM = '64px-Google_Voice_icon_(2... constant APPLICATION_ICON_SMALL (line 11) | const APPLICATION_ICON_SMALL = 'tray-Google_Voice_icon_(2... constant APPLICATION_ICON_SMALL_WITH_INDICATOR (line 12) | const APPLICATION_ICON_SMALL_WITH_INDICATOR = 'tray-dirty-Google_Voice_i... constant URL_GOOGLE_VOICE (line 15) | const URL_GOOGLE_VOICE = 'https://voice.google.com' constant URL_GITHUB_README (line 16) | const URL_GITHUB_README = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_SECURITY_POLICY (line 17) | const URL_GITHUB_SECURITY_POLICY = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_VIEW_ISSUES (line 18) | const URL_GITHUB_VIEW_ISSUES = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_REPORT_BUG (line 19) | const URL_GITHUB_REPORT_BUG = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_FEATURE_REQUEST (line 20) | const URL_GITHUB_FEATURE_REQUEST = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_ASK_QUESTION (line 21) | const URL_GITHUB_ASK_QUESTION = 'https://github.com/jerrod-lankford/g... constant URL_GITHUB_RELEASES (line 22) | const URL_GITHUB_RELEASES = 'https://github.com/jerrod-lankford/g... constant DEFAULT_SETTING_SHOW_MENU_BAR (line 25) | const DEFAULT_SETTING_SHOW_MENU_BAR = true; constant DEFAULT_SETTING_THEME (line 26) | const DEFAULT_SETTING_THEME = 'default'; constant DEFAULT_SETTING_START_MINIMIZED (line 27) | const DEFAULT_SETTING_START_MINIMIZED = false; constant DEFAULT_SETTING_EXIT_ON_CLOSE (line 28) | const DEFAULT_SETTING_EXIT_ON_CLOSE = false; constant DEFAULT_HIDE_DIALER_SIDEBAR (line 29) | const DEFAULT_HIDE_DIALER_SIDEBAR = false; FILE: src/main.js constant REFRESH_RATE (line 15) | const REFRESH_RATE = 3000; constant DEFAULT_WIDTH (line 20) | const DEFAULT_WIDTH = 1200; constant DEFAULT_HEIGHT (line 21) | const DEFAULT_HEIGHT = 900; function createWindow (line 88) | function createWindow() { function exitApplication (line 261) | function exitApplication() { function loadGoogleVoice (line 270) | function loadGoogleVoice(loadExternal=false) { function updateNotifications (line 278) | function updateNotifications(app) { function processNotificationCount (line 320) | function processNotificationCount(app, count) { function processNotificationCount_Windows (line 347) | function processNotificationCount_Windows(oldCount, newCount) { function processNotificationCount_MacOS (line 370) | function processNotificationCount_MacOS(app, oldCount, newCount) { function createTray (line 382) | function createTray(iconPath, tipText) { function showMainWindow (line 405) | function showMainWindow() { function showSettingsWindow (line 410) | function showSettingsWindow() { function saveWindowSize (line 446) | function saveWindowSize() { function isMac (line 459) | function isMac() {return (process.platform === 'darwin');} function isWindows (line 460) | function isWindows() {return (process.platform === 'win32');} FILE: src/utils/cssInjector.js constant BASE (line 5) | const BASE = `base.scss`; constant MAPPINGS (line 6) | const MAPPINGS = `mappings.scss`; constant HIDE_DIALER_SIDEBAR_CSS (line 7) | const HIDE_DIALER_SIDEBAR_CSS = `gv-call-sidebar { display: none }`; method constructor (line 10) | constructor(app, win) { method showHideDialerSidebar (line 15) | showHideDialerSidebar(hide) { method injectTheme (line 29) | injectTheme(theme) { function joinImports (line 59) | function joinImports(app, file) {