Free URL Shortener For Google Chrome

Free URL Shortener For Google Chrome

URL Shortener Extension for Google Chrome. Quick & Easy - Stable & Security - Support 24/7

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/images/icon.png",
    "default_popup": "index.html"
  },
  "description": "URL Shortener Extension for Google Chrome. Quick & Easy - Stable & Security - Support 24/7",
  "host_permissions": [
    "https://shortbe.com/*"
  ],
  "icons": {
    "16": "/images/icon.png",
    "48": "/images/icon-128.png",
    "128": "/images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Free URL Shortener For Google Chrome",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.6.1",
  "web_accessible_resources": [
    {
      "matches": [
        "http://by.com.vn/*",
        "https://by.com.vn/*"
      ],
      "resources": [
        "includes/js/background.js"
      ]
    }
  ]
}