Protably - Smart Tab Organizer Firefox

Examine source code of Protably - Smart Tab Organizer

By: Yumi Add-on
Inspect and view changes in Protably - Smart Tab Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Protably - Smart Tab Organizer",
  "short_name": "Protably",
  "version": "1.0.0",
  "description": "A fast, private and highly customizable tab organizer with smart groups, workspaces, sessions and focus tools.",
  "permissions": [
    "tabs",
    "storage",
    "sessions",
    "alarms",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Protably",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_page": "dashboard/dashboard.html",
  "background": {
    "scripts": [
      "browser-compat.js",
      "storage.js",
      "classificationRefinement.js",
      "classifier.js",
      "trustedSites.js",
      "learning/learnedRules.js",
      "learning/tabGroupTracker.js",
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "organize-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Organize tabs in the current window"
    },
    "open-command-palette": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Open Protably Settings"
    },
    "save-workspace": {
      "description": "Save the current window as a workspace"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "protably@protably.app",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Protably - Smart Tab Organizer Alternatives

Here are some Firefox add-ons that are similar to Protably - Smart Tab Organizer: