URL Shortener & QR Code Generator - QuickLink

URL Shortener & QR Code Generator - QuickLink

Instantly Create short URLs & a QR code of your current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Shortener & QR Code Generator - QuickLink",
  "short_name": "URL Shortener",
  "description": "Instantly Create short URLs & a QR code of your current tab.",
  "version": "2.3",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://is.gd/"
  ],
  "action": {
    "default_title": "Create Short URL & QR Code",
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3
}