NPM Package Stats Overlay Firefox

Examine source code of NPM Package Stats Overlay

Inspect and view changes in NPM Package Stats Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "NPM Package Stats Overlay",
  "short_name": "NPM Package ",
  "version": "1.0.0",
  "description": "Evaluating NPM packages requires checking multiple sites. This overlay adds download trends, bundle size, and dep count right on the",
  "author": "ForgeX",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "NPM Package Stats Overlay",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "npm_package_stats@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best NPM Package Stats Overlay Alternatives

Here are some Firefox add-ons that are similar to NPM Package Stats Overlay: