linkly.pw Free URL Shortner

linkly.pw Free URL Shortner

The best way to create short link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "38": "media/icons/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Linkly URL Shortner"
  },
  "description": "The best way to create short link",
  "homepage_url": "https://linkly.pw",
  "icons": {
    "16": "media/icons/icon16.png",
    "48": "media/icons/icon48.png",
    "128": "media/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "linkly.pw Free URL Shortner",
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "storage"
  ],
  "version": "1.0.3"
}