URL Shortener - Powerful Short Links

URL Shortener - Powerful Short Links

Shorten the page/selected URL using tservice of 1bestlinks.net and also generate QR Code for shortened URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Shortener - Powerful Short Links",
  "short_name": "Shorten URL using service of 1bestlinks.net and also generate QR code for shortened URL",
  "description": "Shorten the page/selected URL using tservice of 1bestlinks.net and also generate QR Code for shortened URL.",
  "manifest_version": 3,
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png",
    "512": "icons/icon-512.png"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://1bestlinks.net/*"
  ]
}