Ambient Page Sound Firefox

Examine source code of Ambient Page Sound

By: Fioa
Inspect and view changes in Ambient Page Sound source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ambient Page Sound",
  "version": "1.0",
  "description": "Generate lightweight ambient background audio based on the page's dominant color (blue -> rain, red -> warm drums, green -> wind/leaves).",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Ambient Page Sound",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "ambientpagesound@example.com"
    }
  }
}

Best Ambient Page Sound Alternatives

Here are some Firefox add-ons that are similar to Ambient Page Sound: