Dynamsoft Barcode & Ocr Tool

Dynamsoft Barcode & Ocr Tool

A small tool for scanning document(chrome os only), capturing pictures, edit images, read barcodes and ocr.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dynamsoft Barcode & Ocr Tool",
  "short_name": "Barcode & Ocr",
  "description": "A small tool for scanning document(chrome os only), capturing pictures, edit images, read barcodes and ocr.",
  "version": "0.3.0.0",
  "icons": {
    "32": "img/icon-32x32.png",
    "64": "img/icon-64x64.png",
    "128": "img/icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "img/icon-20x20.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "background",
    "https://demo.dynamsoft.com/"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.keillion.site/*"
    ]
  },
  "optional_permissions": [
    "documentScan"
  ],
  "web_accessible_resources": [
    "*"
  ]
}