Simple Navigational Sounds Firefox

Examine source code of Simple Navigational Sounds

Inspect and view changes in Simple Navigational Sounds source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Navigational Sounds",
  "version": "1.0.4",
  "description": "Adds configurable sounds for navigation, tabs, and downloads, with enable switches and custom sound choices.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "downloads",
    "webNavigation",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "Simple Navigational Sounds",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; media-src 'self' data: blob:"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-navigational-sounds@jannushas.firefox",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Simple Navigational Sounds Alternatives

Here are some Firefox add-ons that are similar to Simple Navigational Sounds: