simple-debug.css

simple-debug.css

Debug your layouts with one line of CSS and a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "simple-debug.css",
  "description": "Debug your layouts with one line of CSS and a single click.",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "simple-debug.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Toggle simple-debug.css",
    "default_icon": {
      "19": "images/toolbar-chrome.png",
      "38": "images/[email protected]"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}