ByteOCR

ByteOCR

# ByteOCR (Version 1.0) ## Description ByteOCR is a Chrome Extension specially designed for our User Support Team. It provides a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ByteOCR",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "48": "tiktok.png"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts;"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ]
}