{
  "timeZone": "America/Los_Angeles",
  "dependencies": {
    "enabledAdvancedServices": [
      {
        "userSymbol": "Sheets",
        "serviceId": "sheets",
        "version": "v4"
      },
      {
        "userSymbol": "Drive",
        "serviceId": "drive",
        "version": "v2"
      }
    ]
  },
  "exceptionLogging": "STACKDRIVER",
  "runtimeVersion": "V8",
  "oauthScopes": [
    "https://www.google.com/calendar/feeds",
    "https://www.googleapis.com/auth/spreadsheets",
    "https://mail.google.com/",
    "https://www.googleapis.com/auth/script.send_mail",
    "https://www.googleapis.com/auth/drive",
    "https://www.googleapis.com/auth/presentations",
    "https://www.googleapis.com/auth/script.container.ui",
    "https://www.googleapis.com/auth/script.external_request",
    "https://www.googleapis.com/auth/script.projects",
    "https://www.googleapis.com/auth/script.scriptapp"
  ],
  "sheets": {
    "macros": [
      {
        "menuName": "0. Reset",
        "functionName": "reset",
        "defaultShortcut": "Ctrl+Alt+Shift+0"
      },
      {
        "menuName": "1. timeStamp",
        "functionName": "ts",
        "defaultShortcut": "Ctrl+Alt+Shift+1"
      },
      {
        "menuName": "8. Yeet empties",
        "functionName": "yeetEmpties",
        "defaultShortcut": "Ctrl+Alt+Shift+8"
      },
      {
        "menuName": "Untitled Macro",
        "functionName": "UntitledMacro"
      },
      {
        "menuName": "Untitled Macro 1",
        "functionName": "UntitledMacro1"
      }
    ]
  }
}