Lightning Component Library Search

Lightning Component Library Search

To use, type 'ltng' plus the name or keyword of a Lightning Component

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lightning Component Library Search",
  "description": "To use, type 'ltng' plus the name or keyword of a Lightning Component",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "ltng"
  },
  "manifest_version": 2
}