MastoBridge Firefox

Examine source code of MastoBridge

Inspect and view changes in MastoBridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MastoBridge",
  "author": "Filippo Dibenedetto",
  "version": "1.2.0",
  "description": "A bridge that make a little more easier to interact with the Fediverse through the web",
  "browser_specific_settings": {
    "gecko": {
      "id": "mastobridge@dib21.it",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "icons": {
    "10": "icon_s.svg",
    "16": "icon_s.svg",
    "24": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "page_action": {
    "default_icon": {
      "19": "icon_s.svg",
      "38": "icon.svg"
    },
    "default_title": "MastoBridge",
    "show_matches": [
      "*://*/*/*"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "webNavigation",
    "tabs",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  }
}

Best MastoBridge Alternatives

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