Atom One Dark DevTools Theme

Atom One Dark DevTools Theme

A theme for Chrome and Edge DevTools taken from the Atom One Dark theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Atom One Dark DevTools Theme",
  "description": "A theme for Chrome and Edge DevTools taken from the Atom One Dark theme.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "400": "icons/icon400.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png"
  },
  "version": "2.2.0",
  "devtools_page": "devtools.html",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}