padcha

padcha

image captcha solver for the Blind

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "padcha",
  "description": "image captcha solver for the Blind",
  "version": "0.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "./img/16.png",
      "32": "./img/32.png",
      "48": "./img/48.png",
      "128": "./img/128.png"
    },
    "default_popup": "./html/accept.html"
  },
  "host_permissions": [
    "http://api.padcha.com:1313/"
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "notifications"
  ]
}