DevTools Theme: Atom Dark with Green Cursor

DevTools Theme: Atom Dark with Green Cursor

A highly customized dark theme for Devtools with a blinking green cursor in the console.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DevTools Theme: Atom Dark with Green Cursor",
  "version": "1.0.0",
  "description": "A highly customized dark theme for Devtools with a blinking green cursor in the console.",
  "devtools_page": "devtools.html",
  "homepage_url": "https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  }
}