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.2",
  "description": "Esta é uma versão legado do PROJUDI IA e não deve ser usada em produção e sem conhecimento técnico adequado.",
  "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"
    }
  }
}

Best PROJUDI IA (Legado) Alternatives

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