{
  "name": "tabs",
  "id": "e1692c29-475e-437b-b7ff-3eee872e1a42",
  "environments": ["linux", "win32", "darwin"],
  "version": "0.3.0",
  "description": "open multiple notion pages in a single window.",
  "tags": ["extension", "app"],
  "authors": [
    {
      "name": "dragonwocky",
      "email": "thedragonring.bod@gmail.com",
      "homepage": "https://dragonwocky.me/",
      "avatar": "https://dragonwocky.me/avatar.jpg"
    }
  ],
  "css": {
    "frame": ["tabs.css"]
  },
  "js": {
    "electron": [{ "source": "rendererIndex.cjs", "target": "renderer/index.js" }]
  },
  "options": [
    {
      "key": "select_modifier",
      "label": "tab select modifier",
      "tooltip": "**usage: Modifier+1 to Modifier+9, Modifier+ArrowLeft, Modifier+ArrowRight and Modifier+ link click**",
      "type": "select",
      "values": [
        "Alt",
        "Command",
        "Control",
        "Super",
        "Alt+Shift",
        "Command+Shift",
        "Control+Shift",
        "Super+Shift"
      ]
    },
    {
      "type": "hotkey",
      "key": "new_tab",
      "label": "new tab hotkey",
      "value": "Control+T"
    },
    {
      "type": "hotkey",
      "key": "close_tab",
      "label": "close tab hotkey",
      "value": "Control+W"
    }
  ]
}