Yahoo Debug CSS

Yahoo Debug CSS

DebugCSS — (X)HTML debugging tool built with CSS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yahoo Debug CSS",
  "short_name": "Yahoo Debug CSS",
  "description": "DebugCSS — (X)HTML debugging tool built with CSS",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "chas-correct",
    "default_icon": {
      "19": "images/toolbar-chrome.png",
      "38": "images/[email protected]"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}