URL Shortener & QR Code - iShortener

URL Shortener & QR Code - iShortener

Fast Shorten URL for Web. Shorten your URL so it’s ready to be shared everywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "iShortener@9holotpk",
      "strict_min_version": "101.0"
    }
  },
  "author": "9holotpk",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": {
      "19": "icons/link.svg",
      "38": "icons/link.svg"
    },
    "default_title": "Shorten URL & QR Code",
    "default_popup": "popup.html",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "description": "Fast Shorten URL for Web",
  "developer": {
    "url": "http://twitter.com/ishortener",
    "name": "Sontaya T. Wichakot"
  },
  "icons": {
    "16": "icons/link.svg",
    "64": "icons/link.svg",
    "128": "icons/link.svg"
  },
  "manifest_version": 2,
  "name": "iShortener",
  "permissions": [
    "storage",
    "activeTab",
    "clipboardWrite"
  ],
  "short_name": "iShortener",
  "version": "4.8"
}