Substitoot — improved Mastodon federation

Substitoot — improved Mastodon federation

Loads missing replies to boosted toots directly from the source server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Loads missing replies to boosted toots directly from the source server.",
  "manifest_version": 3,
  "name": "Substitoot — improved Mastodon federation",
  "short_name": "Substitoot",
  "author": "virtulis",
  "version": "0.7.2.0",
  "homepage_url": "https://github.com/virtulis/substitoot",
  "icons": {
    "48": "static/logo48.png",
    "128": "static/logo.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "options_ui": {
    "page": "static/options.html",
    "browser_style": true
  },
  "background": {
    "service_worker": "dist/service-worker.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/inject.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "action": {}
}