Manager Friends Request Firefox

Examine source code of Manager Friends Request

Inspect and view changes in Manager Friends Request source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Manager Friends Request",
  "version": "0.0.4",
  "description": "Manager Friends Request on Facebook",
  "action": {
    "default_icon": "./assets/icons-128.png",
    "default_popup": "./dist/popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fabianesser7@gmail.com"
    }
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "./dist/background/index.mjs"
    ]
  },
  "icons": {
    "16": "./assets/icons-128.png",
    "48": "./assets/icons-128.png",
    "128": "./assets/icons-128.png"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "js": [
        "./dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best Manager Friends Request Alternatives

Here are some Firefox add-ons that are similar to Manager Friends Request: