Notas Pro Yoshi Version Firefox

Examine source code of Notas Pro Yoshi Version

Inspect and view changes in Notas Pro Yoshi Version source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Yoshi Notes Pro",
  "version": "1.0.2",
  "description": "Gestor de notas local con estética artesanal inspirada en Yoshi's Island, con OCR integrado y privacidad total.",
  "author": "Hector Daniel Ayarachi Fuentes",
  "browser_specific_settings": {
    "gecko": {
      "id": "yoshi-notes-pro@ayarachi.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "sidebar_action": {
    "default_panel": "popup.html",
    "default_title": "Yoshi Notes Pro"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "activeTab",
    "scripting",
    "notifications",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/clipboard-monitor.js"
      ],
      "all_frames": true
    }
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Abrir Yoshi Notes Pro en el panel lateral"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "OCR/dialog.html",
        "OCR/message-dialog.html",
        "OCR/config/config.json",
        "OCR/styles/material.min.css",
        "OCR/styles/cs.css",
        "OCR/scripts/tesseract.esm.js",
        "OCR/scripts/worker.min.js",
        "OCR/scripts/tesseract-core-simd.wasm.js",
        "OCR/scripts/tesseract-core-simd.wasm",
        "OCR/tessdata/*",
        "OCR/tessdata_best/*",
        "OCR/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Notas Pro Yoshi Version Alternatives

Here are some Firefox add-ons that are similar to Notas Pro Yoshi Version: