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


{
  "name": "NPM Package Search",
  "short_name": "NPM 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.1resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "52.0a1",
      "id": "{a27f7280-3ba4-4a85-846d-6254d27f2900}"
    }
  },
  "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/"
  ]
}