SkyPost Firefox

Examine source code of SkyPost

Inspect and view changes in SkyPost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SkyPost",
  "version": "1.3.6",
  "description": "Post Composer and Scheduler for Bluesky. Custom post editing, analytics and scheduling of your Bluesky Posts",
  "browser_specific_settings": {
    "gecko": {
      "id": "skypost@extension"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-128.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://bsky.app/*",
    "https://api.bsky.app/*",
    "https://public.api.bsky.app/*",
    "https://*.bsky.app/*"
  ],
  "action": {
    "default_title": "Open SkyPost",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://bsky.app/*",
        "https://*.bsky.app/*",
        "https://skypost.app/*",
        "https://www.skypost.app/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "customize.html",
        "customize.js",
        "workspace.html",
        "workspace.js",
        "pro-settings.html",
        "init.js",
        "license.js"
      ],
      "matches": [
        "https://bsky.app/*",
        "https://*.bsky.app/*",
        "https://skypost.app/*",
        "https://www.skypost.app/*",
        "http://localhost:3000/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; img-src * data: blob: https:; connect-src https: https://corsproxy.io;"
  }
}

Best SkyPost Alternatives

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