Url shortener my.su - My Short Urls

Url shortener my.su - My Short Urls

Create free short url with tracking, analitics and custom name in one click with My Short Urls.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "64": "64.png",
      "128": "128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Short URL"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "homepage_url": "https://my.su/",
  "icons": {
    "64": "64.png",
    "128": "128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAreaP4Pam6DaQu/+nAxB3HyOQmxQSBafydBCe5YtZsEBrZ6xJBfT6HYE9OHbEGaF2R/FYXQJ+6ki+6NiCtS5jrmxFGdIElslcyZ14f5z+xuFcbmqF1oywUUxQFGnh7ORSLAIEmuRp0Cq2abEq/pZ8V+yzTrzRIEovhaalBCT/G/chFe8990P+JHkVaqxCqah40G3dMnxqjprRDaPDhMjUefoSwCr/eUWXmGSOeZf/yjXGxExyqrlVkdRTGmg+JIYf3G33BqACloj65WD39RjQAkutoR5gryDuSJvyuELn/kyiP7N8+pm/Ve6txX6oi0QUJpKLoA0CnO3J/h1fQ26bywIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "clipboardWrite",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3"
}