AudioReminder Firefox

Examine source code of AudioReminder

By: James
Inspect and view changes in AudioReminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AudioReminder",
  "version": "1.0.1",
  "description": "Quick audio reminder timers per-tab.",
  "permissions": [
    "alarms",
    "notifications",
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "audioreminder-a30db8123e45@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AudioReminder Alternatives

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