Material Design Theme for Chrome Devtools

Material Design Theme for Chrome Devtools

This is a theme inspired by Material Theme for sublime text, that brings the Material Design visual language to your Chrome…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Material Design Theme for Chrome Devtools",
  "short_name": "Material Design Theme",
  "version": "0.1.2",
  "devtools_page": "devtools.html",
  "homepage_url": "https://github.com/FelipeMartinin/material-design-devtools",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}