Dicto Firefox

Examine source code of Dicto

Inspect and view changes in Dicto source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Dicto",
  "description": "minimal dictionary extension",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": "img/logo-48.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.jsx-loader-F_I8ssOo.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-32.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-CUn0BUbs.js",
        "assets/chunk-BNQy0_D3.js"
      ]
    }
  ],
  "host_permissions": [
    "*://translate.google.com/*",
    "*://translate.googleapis.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rule1",
        "enabled": true,
        "path": "public/rules_1.json"
      }
    ]
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dicto@paulcoding.com"
    }
  }
}

Best Dicto Alternatives

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