Barcode Generator for free with this tool

Barcode Generator for free with this tool

Barcode Generator. Generate a barcode from any text and get an image instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "author": "Email: [email protected] website: https://pdf.co",
  "version": "1.0.19.424",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_appShortName__",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appShortName__"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon128.png"
  }
}