CSS Shapes Editor

CSS Shapes Editor

Interactive editor for CSS Shapes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CSS Shapes Editor",
  "version": "1.3.0",
  "author": "Razvan Caliman <[email protected]>",
  "minimum_chrome_version": "37.0.0",
  "description": "Interactive editor for CSS Shapes.",
  "devtools_page": "devtools.html",
  "icons": {
    "128": "images/icon-128-complex.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}