FE URL Shortener

FE URL Shortener

This URL Shortener shortens the URL of the website you're visiting to something really tiny!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FE URL Shortener",
  "version": "1.0.5",
  "manifest_version": 2,
  "description": "This URL Shortener shortens the URL of the website you're visiting to something really tiny!",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "browser_action": {
    "default_icon": "favicon.ico",
    "default_title": "FE URL Shortener",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs"
  ]
}