ToBeTheBest Firefox

Examine source code of ToBeTheBest

By: Popo
Inspect and view changes in ToBeTheBest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "webNavigation"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "background": {
    "scripts": [
      "src/pages/background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ],
      "js": [
        "src/pages/contentSidebar/index.js",
        "src/pages/contentInjected/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tobethebest.team@gmail.com"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best ToBeTheBest Alternatives

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