BF2042 Portal Extensions (Updated) Firefox

Examine source code of BF2042 Portal Extensions (Updated)

By: gala
Inspect and view changes in BF2042 Portal Extensions (Updated) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BF2042 Portal Extensions (Updated)",
  "description": "Adds additional functionality to the BF2042 Portal Rules Editor.",
  "version": "1.1.0",
  "author": "Vibhakar Solanki",
  "homepage_url": "https://github.com/p0lygun/BF2042-Portal-Extensions",
  "icons": {
    "128": "icon-128.png"
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://portal.battlefield.com/*"
      ],
      "js": [
        "extension/app.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "background": {
    "scripts": [
      "extension/background.js"
    ]
  },
  "web_accessible_resources": [
    "web/app.js"
  ],
  "permissions": [
    "storage",
    "clipboardRead",
    "http://localhost/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f56a79c3-e465-4571-a147-5c5479016aad}"
    }
  }
}

Best BF2042 Portal Extensions (Updated) Alternatives

Here are some Firefox add-ons that are similar to BF2042 Portal Extensions (Updated):