Material DevTools Theme

Material DevTools Theme

A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Material DevTools Theme",
  "version": "1.1",
  "description": "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.",
  "manifest_version": 2,
  "author": "Jonas Augsburger",
  "devtools_page": "devtools.html",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Get Material"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}