Skeeditor Firefox

Examine source code of Skeeditor

Inspect and view changes in Skeeditor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Skeeditor",
  "description": "Edit your own Bluesky posts directly on bsky.app.",
  "version": "0.1.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "incognito": "not_allowed",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "https://bsky.app/*",
    "https://*.bsky.network/*",
    "https://docs.skeeditor.link/*",
    "https://labeler.skeeditor.link/*",
    "https://slingshot.microcosm.blue/*"
  ],
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "skeeditor@selfagency.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personalCommunications"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "skeeditor",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bsky.app/*"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Skeeditor Alternatives

Here are some Firefox add-ons that are similar to Skeeditor: