Compass SCSS Editor

Compass SCSS Editor

SCSS, SASS, and HAML playground with syntax highlighting, CSS property auto-complete, and instant preview

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "http://fiddlesalad.com/scss/"
    },
    "urls": [
      "http://fiddlesalad.com/scss/"
    ]
  },
  "description": "SCSS, SASS, and HAML playground with syntax highlighting, CSS property auto-complete, and instant preview",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Compass SCSS Editor",
  "version": "1.0.0.3"
}