TF Wiki Sentry Firefox

Examine source code of TF Wiki Sentry

By: Luís Add-on
Inspect and view changes in TF Wiki Sentry source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.2.0",
  "name": "TF Wiki Sentry",
  "short_name": "TFWSentry",
  "homepage_url": "https://github.com/espacorede/tfwikisentry",
  "author": "Espacorede Team",
  "description": "Enhance your Team Fortress Wiki editing experience! Hopefully.",
  "icons": {
    "48": "images/icons/icon-48x48.png",
    "72": "images/icons/icon-72x72.png",
    "96": "images/icons/icon-96x96.png",
    "128": "images/icons/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://wiki.teamfortress.com/*"
      ],
      "js": [
        "scripts/wiki.js"
      ]
    }
  ],
  "options_ui": {
    "page": "pages/options.html"
  },
  "permissions": [
    "menus",
    "tabs",
    "storage",
    "clipboardWrite",
    "*://raw.githubusercontent.com/"
  ],
  "web_accessible_resources": [
    "images/*.png",
    "rules/*.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ed09f38a-dbbd-473f-a984-a644615f78a1}",
      "strict_min_version": "57.0"
    }
  }
}

Best TF Wiki Sentry Alternatives

Here are some Firefox add-ons that are similar to TF Wiki Sentry: