BirdSite Firefox

Examine source code of BirdSite

Inspect and view changes in BirdSite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BirdSite",
  "version": "1.9",
  "manifest_version": 2,
  "description": "__MSG_manifestDescription__",
  "homepage_url": "https://gitlab.com/pmorinerie/birdsite",
  "applications": {
    "gecko": {
      "id": "birdsite@kemenaran.winosx.com",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "icons/birdsite16.png",
    "48": "icons/birdsite48.png",
    "96": "icons/birdsite96.png",
    "128": "icons/birdsite128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "js/content_scripts/bootstrap.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "https://joinmastodon.org/*"
      ],
      "js": [
        "js/content_scripts/joinmastodon.com/callback_page.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "js/lib/promisified_chrome.js",
      "js/lib/twitter_credentials.js",
      "js/background_page/lib/sha1.js",
      "js/background_page/lib/oauth.js",
      "js/background_page/lib/twitter_api.js",
      "js/background_page/background_page.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "https://api.twitter.com/*",
    "https://*/*"
  ]
}

Best BirdSite Alternatives

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