tabOS

tabOS

The essential browser powertool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.2",
  "manifest_version": 3,
  "name": "tabOS",
  "short_name": "tabOS",
  "description": "The essential browser powertool",
  "permissions": [
    "activeTab",
    "contextMenus",
    "favicon",
    "sessions",
    "storage",
    "sidePanel",
    "tabGroups",
    "tabs",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "bookmarks",
    "history",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Click to open tabOS sidepanel",
    "default_icon": "assets/images/logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "assets/html/newTab.html"
  },
  "side_panel": {
    "default_path": "assets/html/sidebar.html"
  },
  "icons": {
    "128": "assets/images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "Activate tabOS sidepanel"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**",
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "oauth2": {
    "client_id": "647170243113-8l55mj6t9kjiutej98k1bgu7uivvstft.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnzaPHwemP1467ZYTxW/OWkmdecQtQg16lMNi6fgdgML2px6L5ZRp+3otU0gUyEvbHF5uXxC7r8wLK47BLqr32gI1q+tgLDwLE8vZ+H6Ht6c1jmvYywYlCRs684XRDHh+OoC8weY8/somrFd0n89XglpWPw3LTN4J5elUHTnpju3GTKow/4g2nzZwU6/LGzA2lOQ0kGqX3/t6LAMp3/X4dwO83pGkDeEjsCf8jq7EDc1rPnzkTqF59EWpvPY+hzyUisuhUM7rqUQejknGnYUVg/ypuFRhIFlF5RI2ydTSDgiv1oTrnEFxYUaDZj41icu1Dh/QfTWu8mBW4iGbNgW/pwIDAQAB"
}