Print your own labels and stickers

Print your own labels and stickers

Print on your own printer, on adhesive label sheets or plain paper: images, photos, artwork and QR Codes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Print your own labels and stickers",
  "description": "Print on your own printer, on adhesive label sheets or plain paper: images, photos, artwork and QR Codes.",
  "version": "1.8",
  "manifest_version": 3,
  "action": {
    "default_popup": "about.html",
    "default_icon": {
      "16": "./images/ecardifyIcon16.png",
      "24": "./images/ecardifyIcon24.png",
      "32": "./images/ecardifyIcon32.png"
    },
    "default_title": "Print on labels and stickers"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "./images/ecardifyIcon16.png",
    "48": "./images/ecardifyIcon48.png",
    "128": "./images/ecardifyIcon128.png",
    "300": "./images/ecardifyIcon300.png"
  },
  "host_permissions": [
    "https://ecardify.io/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}