AudioShape Firefox

Examine source code of AudioShape

By: Tai
Inspect and view changes in AudioShape source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AudioShape",
  "version": "1.0",
  "description": "Draw shapes on a canvas and hear sound mapped from the stroke: curvature -> pitch, speed -> volume.",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "audioshape.html",
    "audioshape.js",
    "audioshape.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ae0f53c-0dbb-446c-9543-8581be362a21}"
    }
  }
}

Best AudioShape Alternatives

Here are some Firefox add-ons that are similar to AudioShape: