URL Shortener

URL Shortener

Make your links great again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URL Shortener",
  "version": "1.0",
  "short_name": "Shyl",
  "description": "Make your links great again",
  "icons": {
    "16": "/favs/f16.png",
    "48": "/favs/f48.png",
    "128": "/favs/f128.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "/favs/f16.png",
    "default_popup": "popup.html"
  }
}