Phew AI Tab - AI Auto Group & Vertical Tabs

Phew AI Tab - AI Auto Group & Vertical Tabs

AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    }
  },
  "version": "0.2.0",
  "author": "augusdin",
  "name": "Phew AI Tab - AI Auto Group & Vertical Tabs",
  "description": "AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "sidePanel",
    "activeTab",
    "tabs",
    "tabGroups",
    "storage",
    "commands"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_events.1161b277.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.73592dd4.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "windows": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Toggle open Phew AI Tab sidepanel"
    },
    "toggle_expand_all": {
      "suggested_key": {
        "default": "Alt+E",
        "windows": "Alt+Shift+E",
        "mac": "Alt+E"
      },
      "description": "Toggle expand all groups"
    },
    "close_current_groups": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "windows": "Ctrl+Shift+C",
        "mac": "MacCtrl+Shift+C"
      },
      "description": "Ungroup all groups in current window"
    },
    "swtich_to_new_space": {
      "suggested_key": {
        "default": "Ctrl+Shift+N",
        "windows": "Ctrl+Shift+N",
        "mac": "MacCtrl+Shift+N"
      },
      "description": "Swtich to new space"
    },
    "ungroup_all_groups": {
      "description": "Ungroup all groups in current window"
    },
    "expand_all_groups": {
      "description": "Expand all groups"
    },
    "begin_ai_grouping": {
      "description": "Begin AI Grouping"
    },
    "shuffle_tabs_in_current_window": {
      "description": "Shuffle Tabs in the Current Window"
    }
  }
}