PinPocket — Smart Tab Manager Firefox

Examine source code of PinPocket — Smart Tab Manager

Inspect and view changes in PinPocket — Smart Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PinPocket — Smart Tab Manager",
  "version": "2.0.0",
  "description": "Save and organize browser tabs as pins with personal and team workspaces.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "PinPocket",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "https://pinity.uk/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pinpocket@pinity.uk",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PinPocket — Smart Tab Manager Alternatives

Here are some Firefox add-ons that are similar to PinPocket — Smart Tab Manager: