NPM Package Search

NPM Package Search

To use, type 'npm' plus your search term into the url bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NPM Package Search",
  "description": "To use, type 'npm' plus your search term into the url bar.",
  "homepage_url": "https://github.com/clarkbw/npm-package-search",
  "version": "1.0",
  "applications": {
    "gecko": {
      "strict_min_version": "52.0a1",
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "icons/npm-16.png",
    "64": "icons/npm-64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "npm"
  },
  "manifest_version": 2,
  "permissions": [
    "https://registry.npmjs.org/"
  ]
}