Brawl Stats Firefox

Examine source code of Brawl Stats

By: LINK
Inspect and view changes in Brawl Stats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Brawl Stats",
  "version": "2.3",
  "description": "Статистика игроков Brawl Stars",
  "browser_specific_settings": {
    "gecko": {
      "id": "brawl-stats@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "http://130.12.46.224/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Brawl Stats"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Brawl Stats Alternatives

Here are some Firefox add-ons that are similar to Brawl Stats: