PROJUDI IA (Legado) Firefox

Examine source code of PROJUDI IA (Legado)

Inspect and view changes in PROJUDI IA (Legado) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PROJUDI IA (Legado)",
  "version": "2.3",
  "description": "Extensão não oficial e sem vínculo com o TJBA. Versão legado que não receberá mais atualizações ou suporte. O uso é de responsabilidade exclusiva do usuário. Dados enviados aos modelos de IA podem ser utilizados para treinamento. Tenha cuidado com documentos sensíveis e respeite a LGPD.",
  "author": "Levi Raniere",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "https://generativelanguage.googleapis.com/",
    "https://projudi.tjba.jus.br/*",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Z"
      },
      "description": "Abrir o PROJUDI IA"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://projudi.tjba.jus.br/projudi/*"
      ],
      "js": [
        "showdown.min.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "sidebar_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_panel": "sidebar.html",
    "default_title": "PROJUDI IA",
    "open_at_install": false
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "PROJUDI IA"
  },
  "web_accessible_resources": [
    "icons/summarize-icon.svg",
    "lib/pdf.worker.mjs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "levidef@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PROJUDI IA (Legado) Alternatives

Here are some Firefox add-ons that are similar to PROJUDI IA (Legado):