ezFractal - Strange Attractors

ezFractal - Strange Attractors

Generates strange attractor fractal images and maps them to sound

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ezFractal - Strange Attractors",
  "version": "5.0",
  "manifest_version": 2,
  "description": "Generates strange attractor fractal images and maps them to sound",
  "icons": {
    "48": "ez48.png",
    "128": "ez128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "ezFractal - Strange Attractors",
    "default_popup": "ezFractalSA.html"
  },
  "background": {
    "page": "background.html"
  }
}