LinkHome - the easiest way to keep your links

LinkHome - the easiest way to keep your links

Keep your links in one place. Access from anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescr__",
  "version": "1.1.2",
  "default_locale": "ru",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "__MSG_extTitle__",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}