LMID

LMID

Start your favorite sites faster, with an ID

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LMID",
  "description": "Start your favorite sites faster, with an ID",
  "version": "2.2.4",
  "icons": {
    "16": "md16.png",
    "32": "md32.png",
    "48": "md48.png",
    "64": "md64.png",
    "128": "md128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "md64.png",
    "default_popup": "popup.html",
    "default_title": "Click here to launch an application!"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Open the application launcher"
    }
  }
}