Desmenti Firefox

Examine source code of Desmenti

By: Marcos
Inspect and view changes in Desmenti source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Desmenti - Combate a Desinformação",
  "version": "1.0.13",
  "description": "Verifique a credibilidade de textos com IA e fact-checking. Combata fake news em tempo real.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "menus"
  ],
  "host_permissions": [
    "https://desmenti.com.br/*",
    "https://desmenti.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "config.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Desmenti - Analisar Texto",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "favicon.png",
        "logoD.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "faleconosco@desmenti.com.br",
      "strict_min_version": "109.0"
    }
  }
}

Best Desmenti Alternatives

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