Web Monetization Simulator Firefox

Examine source code of Web Monetization Simulator

Inspect and view changes in Web Monetization Simulator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Monetization Simulator",
  "version": "0.0.3",
  "icons": {
    "128": "icons/monetization_active.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/no_monetization-128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "http://127.0.0.1/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Web Monetization Simulator Alternatives

Here are some Firefox add-ons that are similar to Web Monetization Simulator: