CSS3 Generator

CSS3 Generator

A handy generator for all of your CSS3 needs from within the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CSS3 Generator",
  "description": "A handy generator for all of your CSS3 needs from within the browser",
  "version": "1.0.6",
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/icon-38.png"
    },
    "default_title": "Generate some CSS3",
    "default_popup": "generator.html"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon-38.png",
    "48": "img/icon-64.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icon-64.png"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      }
    }
  }
}