PDSls Redirector Firefox

Examine source code of PDSls Redirector

Inspect and view changes in PDSls Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PDSls Redirector",
  "version": "1.1.0",
  "description": "Open the PDSls page corresponding to an ATProto compatible website.",
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab",
    "bookmarks",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    },
    "default_title": "PDSls Redirector"
  },
  "commands": {
    "pdsls-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Open a new PDSls tab"
    },
    "at-uri-copy": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Copy an AT-URI"
    }
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "applications": {
    "gecko": {
      "id": "pdsls@dreary.dev"
    }
  }
}

Best PDSls Redirector Alternatives

Here are some Firefox add-ons that are similar to PDSls Redirector: