Short URL & QR Code maker

Short URL & QR Code maker

Create & copy short URL as well as generate QR code from popup and context-menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Short URL & QR Code maker",
  "version": "1.0.1resigned1",
  "description": "Create short URLs as well as generate QR code.",
  "homepage_url": "https://github.com/vivek1376/shortURL_QR_maker_extensionFF",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "*://is.gd/*",
    "*://chart.googleapis.com/*",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "myUrlShortener",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7948c9b7-07c2-42e8-b177-5fa36811c762}"
    }
  }
}