MastoBridge

MastoBridge

A bridge that makes it a little more easier to interact with the Mastodon Fediverse through the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MastoBridge",
  "author": "Filippo Dibenedetto",
  "version": "1.1.3",
  "description": "A bridge that make a little more easier to interact with the Mastodon Fediverse through the web",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "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
  }
}