DevTools Theme: Pure Void

DevTools Theme: Pure Void

Simple Chrome DevTools theme with a black background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DevTools Theme: Pure Void",
  "version": "1.0.0",
  "description": "Simple Chrome DevTools theme with a black background.",
  "devtools_page": "devtools.html",
  "homepage_url": "https://github.com/Jaid/devtools-theme-pure-void",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}