HM.ru — URL-shortener

HM.ru — URL-shortener

No ads! Shorten the link and get the QR-code, BB-code or HTML.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "manifest_version": 2,
  "version": "1.0.3",
  "default_locale": "en",
  "author": "Baurzhan Batykov ([email protected])",
  "icons": {
    "16": "img/wizard_16.png",
    "32": "img/wizard_32.png",
    "48": "img/wizard_64.png",
    "128": "img/wizard_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "*://*.hm.ru/"
  ],
  "browser_action": {
    "default_icon": "img/wizard_16.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}