CSSviewerdashboard

CSSviewerdashboard

A simple CSS property viewer dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CSSviewerdashboard",
  "manifest_version": 2,
  "version": "1.7",
  "description": "A simple CSS property viewer dashboard.",
  "icons": {
    "16": "img/16.png",
    "22": "img/22.png",
    "24": "img/24.png",
    "32": "img/32.png",
    "48": "img/48.png"
  },
  "options_page": "option.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/16.png",
    "default_title": "CSSViewer"
  },
  "web_accessible_resources": [
    "img/header.png",
    "img/body.png",
    "img/list.png",
    "img/footer.png",
    "img/bullet.png"
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file://*/*",
    "contextMenus"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}