Expand DevTools network search bar

Expand DevTools network search bar

A small tweak to devtools to allow for a larger network tab search bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Expand DevTools network search bar",
  "version": "0.0.1",
  "description": "A small tweak to devtools to allow for a larger network tab search bar",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "devtools_page": "devtools.html",
  "homepage_url": "https://github.com/jjspace"
}