Lil’ Launch

Lil’ Launch

Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Lil’ Launch",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "omnibox": {
    "keyword": "ll"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "*://*/*"
  ]
}